Html Css Color HEX #F93792 Wild Strawberry

📋 copy color: '#F93792'

red 249 ◦ green 55 ◦ blue 146

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

Shades of Wild Strawberry #F93792

Tints of Wild Strawberry #F93792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 55.33%
G = 12.22%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F93792 (or 0xF93792) is known color: Wild Strawberry. HEX triplet: F9, 37 and 92. RGB value is (249,55,146). Sum of RGB (Red+Green+Blue) = 249+55+146=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F93792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93792 is #06C86D. Grayscale: #7B7B7B. Windows color (decimal): -444526 or 9582585. OLE color: 9582585.

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

Color convert

RGB 249 55 146 -
CMYK 0 0.78 0.41 0.02
HSL 331.86º 0.94% 0.6% -
HSV(B) 331.86º 0.78% 0.98% -
XYZ 45.62 24.95 29.6 -
YUV 123.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 249 55 146 0 0.78 0.41 0.02 331.86 0.94 0.6
Hex F9 37 92 0 4E 29 2 14C 5E 3C
Octal 371 67 222 0 116 51 2 514 136 74
Binary 11111001 110111 10010010 0 1001110 101001 10 101001100 1011110 111100

Color Harmonies of #F93792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93792

Black with #F93792

Text Example


Text Example

White with #F93792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93792; }

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

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

background-color css

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

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

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

border-color css

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

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

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