Html Css Color HEX #F92E8E Wild Strawberry

📋 copy color: '#F92E8E'

red 249 ◦ green 46 ◦ blue 142

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

Shades of Wild Strawberry #F92E8E

Tints of Wild Strawberry #F92E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 56.98%
G = 10.53%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F92E8E (or 0xF92E8E) is known color: Wild Strawberry. HEX triplet: F9, 2E and 8E. RGB value is (249,46,142). Sum of RGB (Red+Green+Blue) = 249+46+142=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92E8E is #06D171. Grayscale: #757575. Windows color (decimal): -446834 or 9318137. OLE color: 9318137.

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

Color convert

RGB 249 46 142 -
CMYK 0 0.82 0.43 0.02
HSL 331.63º 0.94% 0.58% -
HSV(B) 331.63º 0.82% 0.98% -
XYZ 44.93 24.05 27.86 -
YUV 117.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 249 46 142 0 0.82 0.43 0.02 331.63 0.94 0.58
Hex F9 2E 8E 0 52 2B 2 14C 5E 3A
Octal 371 56 216 0 122 53 2 514 136 72
Binary 11111001 101110 10001110 0 1010010 101011 10 101001100 1011110 111010

Color Harmonies of #F92E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92E8E

Black with #F92E8E

Text Example


Text Example

White with #F92E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92E8E; }

 p { color: rgb(249,46,142); }

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

background-color css

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

 a { background-color: rgb(249,46,142); }

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

border-color css

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

 span { border-color: rgb(249,46,142); }

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