Html Css Color HEX #F93DAC Wild Strawberry

📋 copy color: '#F93DAC'

red 249 ◦ green 61 ◦ blue 172

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

Shades of Wild Strawberry #F93DAC

Tints of Wild Strawberry #F93DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 51.66%
G = 12.66%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F93DAC (or 0xF93DAC) is known color: Wild Strawberry. HEX triplet: F9, 3D and AC. RGB value is (249,61,172). Sum of RGB (Red+Green+Blue) = 249+61+172=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93DAC is #06C253. Grayscale: #818181. Windows color (decimal): -442964 or 11288057. OLE color: 11288057.

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

Color convert

RGB 249 61 172 -
CMYK 0 0.76 0.31 0.02
HSL 324.57º 0.94% 0.61% -
HSV(B) 324.57º 0.76% 0.98% -
XYZ 48.18 26.46 41.6 -
YUV 129.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 249 61 172 0 0.76 0.31 0.02 324.57 0.94 0.61
Hex F9 3D AC 0 4C 1F 2 145 5E 3D
Octal 371 75 254 0 114 37 2 505 136 75
Binary 11111001 111101 10101100 0 1001100 11111 10 101000101 1011110 111101

Color Harmonies of #F93DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DAC

Black with #F93DAC

Text Example


Text Example

White with #F93DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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