Html Css Color HEX #F23197 Wild Strawberry

📋 copy color: '#F23197'

red 242 ◦ green 49 ◦ blue 151

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

Shades of Wild Strawberry #F23197

Tints of Wild Strawberry #F23197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 54.75%
G = 11.09%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23197 (or 0xF23197) is known color: Wild Strawberry. HEX triplet: F2, 31 and 97. RGB value is (242,49,151). Sum of RGB (Red+Green+Blue) = 242+49+151=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23197 is #0DCE68. Grayscale: #767676. Windows color (decimal): -904809 or 9908722. OLE color: 9908722.

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

Color convert

RGB 242 49 151 -
CMYK 0 0.80 0.38 0.05
HSL 328.29º 0.88% 0.57% -
HSV(B) 328.29º 0.8% 0.95% -
XYZ 43.3 23.31 31.49 -
YUV 118.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 242 49 151 0 0.80 0.38 0.05 328.29 0.88 0.57
Hex F2 31 97 0 50 26 5 148 58 39
Octal 362 61 227 0 120 46 5 510 130 71
Binary 11110010 110001 10010111 0 1010000 100110 101 101001000 1011000 111001

Color Harmonies of #F23197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23197

Black with #F23197

Text Example


Text Example

White with #F23197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23197; }

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

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

background-color css

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

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

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

border-color css

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

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

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