Html Css Color HEX #F23193 Wild Strawberry

📋 copy color: '#F23193'

red 242 ◦ green 49 ◦ blue 147

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

Shades of Wild Strawberry #F23193

Tints of Wild Strawberry #F23193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 55.25%
G = 11.19%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F23193 (or 0xF23193) is known color: Wild Strawberry. HEX triplet: F2, 31 and 93. RGB value is (242,49,147). Sum of RGB (Red+Green+Blue) = 242+49+147=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F23193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23193 is #0DCE6C. Grayscale: #757575. Windows color (decimal): -904813 or 9646578. OLE color: 9646578.

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

Color convert

RGB 242 49 147 -
CMYK 0 0.80 0.39 0.05
HSL 329.53º 0.88% 0.57% -
HSV(B) 329.53º 0.8% 0.95% -
XYZ 42.98 23.18 29.81 -
YUV 117.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 242 49 147 0 0.80 0.39 0.05 329.53 0.88 0.57
Hex F2 31 93 0 50 27 5 14A 58 39
Octal 362 61 223 0 120 47 5 512 130 71
Binary 11110010 110001 10010011 0 1010000 100111 101 101001010 1011000 111001

Color Harmonies of #F23193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23193

Black with #F23193

Text Example


Text Example

White with #F23193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23193; }

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

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

background-color css

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

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

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

border-color css

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

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

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