Html Css Color HEX #F23293 Wild Strawberry

📋 copy color: '#F23293'

red 242 ◦ green 50 ◦ blue 147

#F23293
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F23293

Tints of Wild Strawberry #F23293

RGB

 RED value IS 242 (94.92% from 255) = 55.13%

 GREEN value IS 50 (19.92% from 255) = 11.39%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 55.13%
G = 11.39%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F23293 (or 0xF23293) is known color: Wild Strawberry. HEX triplet: F2, 32 and 93. RGB value is (242,50,147). Sum of RGB (Red+Green+Blue) = 242+50+147=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23293 is #0DCD6C. Grayscale: #767676. Windows color (decimal): -904557 or 9646834. OLE color: 9646834.

HSL color Cylindrical-coordinate representation of color #F23293: hue angle of 329.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23293 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 50 147 -
CMYK 0 0.79 0.39 0.05
HSL 329.69º 0.88% 0.57% -
HSV(B) 329.69º 0.79% 0.95% -
XYZ 43.03 23.27 29.83 -
YUV 118.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 242 50 147 0 0.79 0.39 0.05 329.69 0.88 0.57
Hex F2 32 93 0 4F 27 5 14A 58 39
Octal 362 62 223 0 117 47 5 512 130 71
Binary 11110010 110010 10010011 0 1001111 100111 101 101001010 1011000 111001

Color Harmonies of #F23293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23293

Black with #F23293

Text Example


Text Example

White with #F23293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23293; }

 p { color: rgb(242,50,147); }

 H1.HeaderClassName
 {
   color: #F23293;
 }
 .AnyTagClassName
 {
   color: #F23293;
 }
</style>

background-color css

<style>
 a { background-color: #F23293; }

 a { background-color: rgb(242,50,147); }

 div.DivClassName
 {
   background-color: #F23293;
 }
 .BgClassName
 {
   background-color: #F23293;
 }
</style>

border-color css

<style>
 span { border-color: #F23293; }

 span { border-color: rgb(242,50,147); }

 td.TdClassName
 {
   border-color: #F23293;
 }
 .TagClassName
 {
   border-color: #F23293;
 }
</style>