Html Css Color HEX #F13AAE Persian Rose

📋 copy color: '#F13AAE'

red 241 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #F13AAE

Tints of Persian Rose #F13AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 50.95%
G = 12.26%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F13AAE (or 0xF13AAE) is known color: Persian Rose. HEX triplet: F1, 3A and AE. RGB value is (241,58,174). Sum of RGB (Red+Green+Blue) = 241+58+174=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AAE is #0EC551. Grayscale: #7D7D7D. Windows color (decimal): -968018 or 11418353. OLE color: 11418353.

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

Color convert

RGB 241 58 174 -
CMYK 0 0.76 0.28 0.05
HSL 321.97º 0.87% 0.59% -
HSV(B) 321.97º 0.76% 0.95% -
XYZ 45.43 24.78 42.43 -
YUV 125.94 155.13 210.07 -
System Red Green Blue C M Y K H S L
Decimal 241 58 174 0 0.76 0.28 0.05 321.97 0.87 0.59
Hex F1 3A AE 0 4C 1C 5 142 57 3B
Octal 361 72 256 0 114 34 5 502 127 73
Binary 11110001 111010 10101110 0 1001100 11100 101 101000010 1010111 111011

Color Harmonies of #F13AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13AAE

Black with #F13AAE

Text Example


Text Example

White with #F13AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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