Html Css Color HEX #F93092 Wild Strawberry

📋 copy color: '#F93092'

red 249 ◦ green 48 ◦ blue 146

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

Shades of Wild Strawberry #F93092

Tints of Wild Strawberry #F93092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

 BLUE value IS 146 (57.42% from 255) = 32.96%

R = 56.21%
G = 10.84%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F93092 (or 0xF93092) is known color: Wild Strawberry. HEX triplet: F9, 30 and 92. RGB value is (249,48,146). Sum of RGB (Red+Green+Blue) = 249+48+146=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F93092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93092 is #06CF6D. Grayscale: #777777. Windows color (decimal): -446318 or 9580793. OLE color: 9580793.

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

Color convert

RGB 249 48 146 -
CMYK 0 0.81 0.41 0.02
HSL 330.75º 0.94% 0.58% -
HSV(B) 330.75º 0.81% 0.98% -
XYZ 45.31 24.33 29.5 -
YUV 119.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 249 48 146 0 0.81 0.41 0.02 330.75 0.94 0.58
Hex F9 30 92 0 51 29 2 14B 5E 3A
Octal 371 60 222 0 121 51 2 513 136 72
Binary 11111001 110000 10010010 0 1010001 101001 10 101001011 1011110 111010

Color Harmonies of #F93092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93092

Black with #F93092

Text Example


Text Example

White with #F93092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93092; }

 p { color: rgb(249,48,146); }

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

background-color css

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

 a { background-color: rgb(249,48,146); }

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

border-color css

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

 span { border-color: rgb(249,48,146); }

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