Html Css Color HEX #F23194 Wild Strawberry

📋 copy color: '#F23194'

red 242 ◦ green 49 ◦ blue 148

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

Shades of Wild Strawberry #F23194

Tints of Wild Strawberry #F23194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 55.13%
G = 11.16%
B = 33.71%

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

#F23194 (or 0xF23194) is known color: Wild Strawberry. HEX triplet: F2, 31 and 94. RGB value is (242,49,148). Sum of RGB (Red+Green+Blue) = 242+49+148=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23194 is #0DCE6B. Grayscale: #757575. Windows color (decimal): -904812 or 9712114. OLE color: 9712114.

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

Color convert

RGB 242 49 148 -
CMYK 0 0.80 0.39 0.05
HSL 329.22º 0.88% 0.57% -
HSV(B) 329.22º 0.8% 0.95% -
XYZ 43.06 23.21 30.23 -
YUV 117.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 242 49 148 0 0.80 0.39 0.05 329.22 0.88 0.57
Hex F2 31 94 0 50 27 5 149 58 39
Octal 362 61 224 0 120 47 5 511 130 71
Binary 11110010 110001 10010100 0 1010000 100111 101 101001001 1011000 111001

Color Harmonies of #F23194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23194

Black with #F23194

Text Example


Text Example

White with #F23194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23194; }

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

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

background-color css

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

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

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

border-color css

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

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

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