Html Css Color HEX #F92E8D Wild Strawberry

📋 copy color: '#F92E8D'

red 249 ◦ green 46 ◦ blue 141

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

Shades of Wild Strawberry #F92E8D

Tints of Wild Strawberry #F92E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 57.11%
G = 10.55%
B = 32.34%

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

#F92E8D (or 0xF92E8D) is known color: Wild Strawberry. HEX triplet: F9, 2E and 8D. RGB value is (249,46,141). Sum of RGB (Red+Green+Blue) = 249+46+141=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92E8D is #06D172. Grayscale: #757575. Windows color (decimal): -446835 or 9252601. OLE color: 9252601.

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

Color convert

RGB 249 46 141 -
CMYK 0 0.82 0.43 0.02
HSL 331.92º 0.94% 0.58% -
HSV(B) 331.92º 0.82% 0.98% -
XYZ 44.85 24.02 27.47 -
YUV 117.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 249 46 141 0 0.82 0.43 0.02 331.92 0.94 0.58
Hex F9 2E 8D 0 52 2B 2 14C 5E 3A
Octal 371 56 215 0 122 53 2 514 136 72
Binary 11111001 101110 10001101 0 1010010 101011 10 101001100 1011110 111010

Color Harmonies of #F92E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92E8D

Black with #F92E8D

Text Example


Text Example

White with #F92E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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