Html Css Color HEX #F13CAC Persian Rose

📋 copy color: '#F13CAC'

red 241 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F13CAC

Tints of Persian Rose #F13CAC

RGB

 RED value IS 241 (94.53% from 255) = 50.95%

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

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

R = 50.95%
G = 12.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F13CAC (or 0xF13CAC) is known color: Persian Rose. HEX triplet: F1, 3C and AC. RGB value is (241,60,172). Sum of RGB (Red+Green+Blue) = 241+60+172=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13CAC is #0EC353. Grayscale: #7E7E7E. Windows color (decimal): -967508 or 11287793. OLE color: 11287793.

HSL color Cylindrical-coordinate representation of color #F13CAC: hue angle of 322.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13CAC is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 172 -
CMYK 0 0.75 0.29 0.05
HSL 322.87º 0.87% 0.59% -
HSV(B) 322.87º 0.75% 0.95% -
XYZ 45.34 24.91 41.45 -
YUV 126.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 241 60 172 0 0.75 0.29 0.05 322.87 0.87 0.59
Hex F1 3C AC 0 4B 1D 5 143 57 3B
Octal 361 74 254 0 113 35 5 503 127 73
Binary 11110001 111100 10101100 0 1001011 11101 101 101000011 1010111 111011

Color Harmonies of #F13CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CAC

Black with #F13CAC

Text Example


Text Example

White with #F13CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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