Html Css Color HEX #F92590 Wild Strawberry

📋 copy color: '#F92590'

red 249 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #F92590

Tints of Wild Strawberry #F92590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 57.91%
G = 8.6%
B = 33.49%

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

#F92590 (or 0xF92590) is known color: Wild Strawberry. HEX triplet: F9, 25 and 90. RGB value is (249,37,144). Sum of RGB (Red+Green+Blue) = 249+37+144=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F92590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92590 is #06DA6F. Grayscale: #707070. Windows color (decimal): -449136 or 9446905. OLE color: 9446905.

HSL color Cylindrical-coordinate representation of color #F92590: hue angle of 329.72º 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 #F92590 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 144 -
CMYK 0 0.85 0.42 0.02
HSL 329.72º 0.95% 0.56% -
HSV(B) 329.72º 0.85% 0.98% -
XYZ 44.76 23.48 28.56 -
YUV 112.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 249 37 144 0 0.85 0.42 0.02 329.72 0.95 0.56
Hex F9 25 90 0 55 2A 2 14A 5F 38
Octal 371 45 220 0 125 52 2 512 137 70
Binary 11111001 100101 10010000 0 1010101 101010 10 101001010 1011111 111000

Color Harmonies of #F92590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92590

Black with #F92590

Text Example


Text Example

White with #F92590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92590; }

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

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

background-color css

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

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

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

border-color css

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

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

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