Html Css Color HEX #F93FAC Wild Strawberry

📋 copy color: '#F93FAC'

red 249 ◦ green 63 ◦ blue 172

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

Shades of Wild Strawberry #F93FAC

Tints of Wild Strawberry #F93FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

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

R = 51.45%
G = 13.02%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F93FAC (or 0xF93FAC) is known color: Wild Strawberry. HEX triplet: F9, 3F and AC. RGB value is (249,63,172). Sum of RGB (Red+Green+Blue) = 249+63+172=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FAC is #06C053. Grayscale: #828282. Windows color (decimal): -442452 or 11288569. OLE color: 11288569.

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

Color convert

RGB 249 63 172 -
CMYK 0 0.75 0.31 0.02
HSL 324.84º 0.94% 0.61% -
HSV(B) 324.84º 0.75% 0.98% -
XYZ 48.29 26.67 41.63 -
YUV 131.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 249 63 172 0 0.75 0.31 0.02 324.84 0.94 0.61
Hex F9 3F AC 0 4B 1F 2 145 5E 3D
Octal 371 77 254 0 113 37 2 505 136 75
Binary 11111001 111111 10101100 0 1001011 11111 10 101000101 1011110 111101

Color Harmonies of #F93FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FAC

Black with #F93FAC

Text Example


Text Example

White with #F93FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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