Html Css Color HEX #F93CAC Persian Rose

📋 copy color: '#F93CAC'

red 249 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F93CAC

Tints of Persian Rose #F93CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

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

R = 51.77%
G = 12.47%
B = 35.76%

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

#F93CAC (or 0xF93CAC) is known color: Persian Rose. HEX triplet: F9, 3C and AC. RGB value is (249,60,172). Sum of RGB (Red+Green+Blue) = 249+60+172=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93CAC is #06C353. Grayscale: #818181. Windows color (decimal): -443220 or 11287801. OLE color: 11287801.

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

Color convert

RGB 249 60 172 -
CMYK 0 0.76 0.31 0.02
HSL 324.44º 0.94% 0.61% -
HSV(B) 324.44º 0.76% 0.98% -
XYZ 48.13 26.35 41.58 -
YUV 129.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 249 60 172 0 0.76 0.31 0.02 324.44 0.94 0.61
Hex F9 3C AC 0 4C 1F 2 144 5E 3D
Octal 371 74 254 0 114 37 2 504 136 75
Binary 11111001 111100 10101100 0 1001100 11111 10 101000100 1011110 111101

Color Harmonies of #F93CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CAC

Black with #F93CAC

Text Example


Text Example

White with #F93CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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