Html Css Color HEX #F23998 Wild Strawberry

📋 copy color: '#F23998'

red 242 ◦ green 57 ◦ blue 152

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

Shades of Wild Strawberry #F23998

Tints of Wild Strawberry #F23998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 53.66%
G = 12.64%
B = 33.7%

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

#F23998 (or 0xF23998) is known color: Wild Strawberry. HEX triplet: F2, 39 and 98. RGB value is (242,57,152). Sum of RGB (Red+Green+Blue) = 242+57+152=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F23998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23998 is #0DC667. Grayscale: #7A7A7A. Windows color (decimal): -902760 or 9976306. OLE color: 9976306.

HSL color Cylindrical-coordinate representation of color #F23998: hue angle of 329.19º 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 #F23998 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 57 152 -
CMYK 0 0.76 0.37 0.05
HSL 329.19º 0.88% 0.59% -
HSV(B) 329.19º 0.76% 0.95% -
XYZ 43.75 24.07 32.05 -
YUV 123.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 242 57 152 0 0.76 0.37 0.05 329.19 0.88 0.59
Hex F2 39 98 0 4C 25 5 149 58 3B
Octal 362 71 230 0 114 45 5 511 130 73
Binary 11110010 111001 10011000 0 1001100 100101 101 101001001 1011000 111011

Color Harmonies of #F23998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23998

Black with #F23998

Text Example


Text Example

White with #F23998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23998; }

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

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

background-color css

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

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

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

border-color css

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

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

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