Html Css Color HEX #F13AA8 Persian Rose

📋 copy color: '#F13AA8'

red 241 ◦ green 58 ◦ blue 168

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

Shades of Persian Rose #F13AA8

Tints of Persian Rose #F13AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 51.61%
G = 12.42%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F13AA8 (or 0xF13AA8) is known color: Persian Rose. HEX triplet: F1, 3A and A8. RGB value is (241,58,168). Sum of RGB (Red+Green+Blue) = 241+58+168=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AA8 is #0EC557. Grayscale: #7D7D7D. Windows color (decimal): -968024 or 11025137. OLE color: 11025137.

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

Color convert

RGB 241 58 168 -
CMYK 0 0.76 0.30 0.05
HSL 323.93º 0.87% 0.59% -
HSV(B) 323.93º 0.76% 0.95% -
XYZ 44.86 24.55 39.42 -
YUV 125.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 241 58 168 0 0.76 0.30 0.05 323.93 0.87 0.59
Hex F1 3A A8 0 4C 1E 5 144 57 3B
Octal 361 72 250 0 114 36 5 504 127 73
Binary 11110001 111010 10101000 0 1001100 11110 101 101000100 1010111 111011

Color Harmonies of #F13AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13AA8

Black with #F13AA8

Text Example


Text Example

White with #F13AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13AA8; }

 p { color: rgb(241,58,168); }

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

background-color css

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

 a { background-color: rgb(241,58,168); }

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

border-color css

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

 span { border-color: rgb(241,58,168); }

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