Html Css Color HEX #F93790 Wild Strawberry

📋 copy color: '#F93790'

red 249 ◦ green 55 ◦ blue 144

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

Shades of Wild Strawberry #F93790

Tints of Wild Strawberry #F93790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 55.58%
G = 12.28%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F93790 (or 0xF93790) is known color: Wild Strawberry. HEX triplet: F9, 37 and 90. RGB value is (249,55,144). Sum of RGB (Red+Green+Blue) = 249+55+144=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F93790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93790 is #06C86F. Grayscale: #7A7A7A. Windows color (decimal): -444528 or 9451513. OLE color: 9451513.

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

Color convert

RGB 249 55 144 -
CMYK 0 0.78 0.42 0.02
HSL 332.47º 0.94% 0.6% -
HSV(B) 332.47º 0.78% 0.98% -
XYZ 45.47 24.89 28.79 -
YUV 123.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 249 55 144 0 0.78 0.42 0.02 332.47 0.94 0.6
Hex F9 37 90 0 4E 2A 2 14C 5E 3C
Octal 371 67 220 0 116 52 2 514 136 74
Binary 11111001 110111 10010000 0 1001110 101010 10 101001100 1011110 111100

Color Harmonies of #F93790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93790

Black with #F93790

Text Example


Text Example

White with #F93790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93790; }

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

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

background-color css

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

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

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

border-color css

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

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

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