Html Css Color HEX #F23599 Wild Strawberry

📋 copy color: '#F23599'

red 242 ◦ green 53 ◦ blue 153

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

Shades of Wild Strawberry #F23599

Tints of Wild Strawberry #F23599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.83%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 54.02%
G = 11.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23599 (or 0xF23599) is known color: Wild Strawberry. HEX triplet: F2, 35 and 99. RGB value is (242,53,153). Sum of RGB (Red+Green+Blue) = 242+53+153=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F23599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23599 is #0DCA66. Grayscale: #787878. Windows color (decimal): -903783 or 10040818. OLE color: 10040818.

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

Color convert

RGB 242 53 153 -
CMYK 0 0.78 0.37 0.05
HSL 328.25º 0.88% 0.58% -
HSV(B) 328.25º 0.78% 0.95% -
XYZ 43.64 23.72 32.42 -
YUV 120.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 242 53 153 0 0.78 0.37 0.05 328.25 0.88 0.58
Hex F2 35 99 0 4E 25 5 148 58 3A
Octal 362 65 231 0 116 45 5 510 130 72
Binary 11110010 110101 10011001 0 1001110 100101 101 101001000 1011000 111010

Color Harmonies of #F23599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23599

Black with #F23599

Text Example


Text Example

White with #F23599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23599; }

 p { color: rgb(242,53,153); }

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

background-color css

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

 a { background-color: rgb(242,53,153); }

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

border-color css

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

 span { border-color: rgb(242,53,153); }

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