Html Css Color HEX #F12AAB Persian Rose

📋 copy color: '#F12AAB'

red 241 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #F12AAB

Tints of Persian Rose #F12AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.25%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 53.08%
G = 9.25%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F12AAB (or 0xF12AAB) is known color: Persian Rose. HEX triplet: F1, 2A and AB. RGB value is (241,42,171). Sum of RGB (Red+Green+Blue) = 241+42+171=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12AAB is #0ED554. Grayscale: #737373. Windows color (decimal): -972117 or 11217649. OLE color: 11217649.

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

Color convert

RGB 241 42 171 -
CMYK 0 0.83 0.29 0.05
HSL 321.11º 0.88% 0.55% -
HSV(B) 321.11º 0.83% 0.95% -
XYZ 44.45 23.3 40.68 -
YUV 116.21 158.93 217.01 -
System Red Green Blue C M Y K H S L
Decimal 241 42 171 0 0.83 0.29 0.05 321.11 0.88 0.55
Hex F1 2A AB 0 53 1D 5 141 58 37
Octal 361 52 253 0 123 35 5 501 130 67
Binary 11110001 101010 10101011 0 1010011 11101 101 101000001 1011000 110111

Color Harmonies of #F12AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AAB

Black with #F12AAB

Text Example


Text Example

White with #F12AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AAB; }

 p { color: rgb(241,42,171); }

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

background-color css

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

 a { background-color: rgb(241,42,171); }

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

border-color css

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

 span { border-color: rgb(241,42,171); }

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