Html Css Color HEX #F23189 Wild Strawberry

📋 copy color: '#F23189'

red 242 ◦ green 49 ◦ blue 137

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

Shades of Wild Strawberry #F23189

Tints of Wild Strawberry #F23189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.45%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 56.54%
G = 11.45%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F23189 (or 0xF23189) is known color: Wild Strawberry. HEX triplet: F2, 31 and 89. RGB value is (242,49,137). Sum of RGB (Red+Green+Blue) = 242+49+137=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F23189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23189 is #0DCE76. Grayscale: #747474. Windows color (decimal): -904823 or 8991218. OLE color: 8991218.

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

Color convert

RGB 242 49 137 -
CMYK 0 0.80 0.43 0.05
HSL 332.64º 0.88% 0.57% -
HSV(B) 332.64º 0.8% 0.95% -
XYZ 42.23 22.88 25.86 -
YUV 116.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 242 49 137 0 0.80 0.43 0.05 332.64 0.88 0.57
Hex F2 31 89 0 50 2B 5 14D 58 39
Octal 362 61 211 0 120 53 5 515 130 71
Binary 11110010 110001 10001001 0 1010000 101011 101 101001101 1011000 111001

Color Harmonies of #F23189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23189

Black with #F23189

Text Example


Text Example

White with #F23189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23189; }

 p { color: rgb(242,49,137); }

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

background-color css

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

 a { background-color: rgb(242,49,137); }

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

border-color css

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

 span { border-color: rgb(242,49,137); }

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