Html Css Color HEX #F23999 Wild Strawberry

📋 copy color: '#F23999'

red 242 ◦ green 57 ◦ blue 153

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

Shades of Wild Strawberry #F23999

Tints of Wild Strawberry #F23999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.61%

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

R = 53.54%
G = 12.61%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23999 (or 0xF23999) is known color: Wild Strawberry. HEX triplet: F2, 39 and 99. RGB value is (242,57,153). Sum of RGB (Red+Green+Blue) = 242+57+153=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F23999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23999 is #0DC666. Grayscale: #7B7B7B. Windows color (decimal): -902759 or 10041842. OLE color: 10041842.

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

Color convert

RGB 242 57 153 -
CMYK 0 0.76 0.37 0.05
HSL 328.86º 0.88% 0.59% -
HSV(B) 328.86º 0.76% 0.95% -
XYZ 43.83 24.1 32.48 -
YUV 123.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 242 57 153 0 0.76 0.37 0.05 328.86 0.88 0.59
Hex F2 39 99 0 4C 25 5 149 58 3B
Octal 362 71 231 0 114 45 5 511 130 73
Binary 11110010 111001 10011001 0 1001100 100101 101 101001001 1011000 111011

Color Harmonies of #F23999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23999

Black with #F23999

Text Example


Text Example

White with #F23999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23999; }

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

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

background-color css

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

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

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

border-color css

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

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

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