Html Css Color HEX #F13CAA Persian Rose

📋 copy color: '#F13CAA'

red 241 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #F13CAA

Tints of Persian Rose #F13CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 51.17%
G = 12.74%
B = 36.09%

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

#F13CAA (or 0xF13CAA) is known color: Persian Rose. HEX triplet: F1, 3C and AA. RGB value is (241,60,170). Sum of RGB (Red+Green+Blue) = 241+60+170=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13CAA is #0EC355. Grayscale: #7E7E7E. Windows color (decimal): -967510 or 11156721. OLE color: 11156721.

HSL color Cylindrical-coordinate representation of color #F13CAA: hue angle of 323.54º 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 #F13CAA is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 170 -
CMYK 0 0.75 0.29 0.05
HSL 323.54º 0.87% 0.59% -
HSV(B) 323.54º 0.75% 0.95% -
XYZ 45.15 24.83 40.44 -
YUV 126.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 241 60 170 0 0.75 0.29 0.05 323.54 0.87 0.59
Hex F1 3C AA 0 4B 1D 5 144 57 3B
Octal 361 74 252 0 113 35 5 504 127 73
Binary 11110001 111100 10101010 0 1001011 11101 101 101000100 1010111 111011

Color Harmonies of #F13CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CAA

Black with #F13CAA

Text Example


Text Example

White with #F13CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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