Html Css Color HEX #F92F99 Wild Strawberry

📋 copy color: '#F92F99'

red 249 ◦ green 47 ◦ blue 153

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

Shades of Wild Strawberry #F92F99

Tints of Wild Strawberry #F92F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 55.46%
G = 10.47%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F92F99 (or 0xF92F99) is known color: Wild Strawberry. HEX triplet: F9, 2F and 99. RGB value is (249,47,153). Sum of RGB (Red+Green+Blue) = 249+47+153=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92F99 is #06D066. Grayscale: #777777. Windows color (decimal): -446567 or 10039289. OLE color: 10039289.

HSL color Cylindrical-coordinate representation of color #F92F99: hue angle of 328.51º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92F99 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 47 153 -
CMYK 0 0.81 0.39 0.02
HSL 328.51º 0.94% 0.58% -
HSV(B) 328.51º 0.81% 0.98% -
XYZ 45.83 24.47 32.45 -
YUV 119.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 249 47 153 0 0.81 0.39 0.02 328.51 0.94 0.58
Hex F9 2F 99 0 51 27 2 149 5E 3A
Octal 371 57 231 0 121 47 2 511 136 72
Binary 11111001 101111 10011001 0 1010001 100111 10 101001001 1011110 111010

Color Harmonies of #F92F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F99

Black with #F92F99

Text Example


Text Example

White with #F92F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F99; }

 p { color: rgb(249,47,153); }

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

background-color css

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

 a { background-color: rgb(249,47,153); }

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

border-color css

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

 span { border-color: rgb(249,47,153); }

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