Html Css Color HEX #F93DA8 Wild Strawberry

📋 copy color: '#F93DA8'

red 249 ◦ green 61 ◦ blue 168

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

Shades of Wild Strawberry #F93DA8

Tints of Wild Strawberry #F93DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.76%

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 52.09%
G = 12.76%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F93DA8 (or 0xF93DA8) is known color: Wild Strawberry. HEX triplet: F9, 3D and A8. RGB value is (249,61,168). Sum of RGB (Red+Green+Blue) = 249+61+168=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93DA8 is #06C257. Grayscale: #818181. Windows color (decimal): -442968 or 11025913. OLE color: 11025913.

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

Color convert

RGB 249 61 168 -
CMYK 0 0.76 0.33 0.02
HSL 325.85º 0.94% 0.61% -
HSV(B) 325.85º 0.76% 0.98% -
XYZ 47.8 26.3 39.6 -
YUV 129.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 249 61 168 0 0.76 0.33 0.02 325.85 0.94 0.61
Hex F9 3D A8 0 4C 21 2 146 5E 3D
Octal 371 75 250 0 114 41 2 506 136 75
Binary 11111001 111101 10101000 0 1001100 100001 10 101000110 1011110 111101

Color Harmonies of #F93DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DA8

Black with #F93DA8

Text Example


Text Example

White with #F93DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DA8; }

 p { color: rgb(249,61,168); }

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

background-color css

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

 a { background-color: rgb(249,61,168); }

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

border-color css

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

 span { border-color: rgb(249,61,168); }

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