Html Css Color HEX #F92591 Wild Strawberry

📋 copy color: '#F92591'

red 249 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #F92591

Tints of Wild Strawberry #F92591

RGB

 RED value IS 249 (97.66% from 255) = 57.77%

 GREEN value IS 37 (14.84% from 255) = 8.58%

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 57.77%
G = 8.58%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F92591 (or 0xF92591) is known color: Wild Strawberry. HEX triplet: F9, 25 and 91. RGB value is (249,37,145). Sum of RGB (Red+Green+Blue) = 249+37+145=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F92591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92591 is #06DA6E. Grayscale: #707070. Windows color (decimal): -449135 or 9512441. OLE color: 9512441.

HSL color Cylindrical-coordinate representation of color #F92591: hue angle of 329.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92591 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 145 -
CMYK 0 0.85 0.42 0.02
HSL 329.43º 0.95% 0.56% -
HSV(B) 329.43º 0.85% 0.98% -
XYZ 44.84 23.51 28.96 -
YUV 112.7 146.24 225.22 -
System Red Green Blue C M Y K H S L
Decimal 249 37 145 0 0.85 0.42 0.02 329.43 0.95 0.56
Hex F9 25 91 0 55 2A 2 149 5F 38
Octal 371 45 221 0 125 52 2 511 137 70
Binary 11111001 100101 10010001 0 1010101 101010 10 101001001 1011111 111000

Color Harmonies of #F92591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92591

Black with #F92591

Text Example


Text Example

White with #F92591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92591; }

 p { color: rgb(249,37,145); }

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

background-color css

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

 a { background-color: rgb(249,37,145); }

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

border-color css

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

 span { border-color: rgb(249,37,145); }

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