Html Css Color HEX #F12DAB Persian Rose

📋 copy color: '#F12DAB'

red 241 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #F12DAB

Tints of Persian Rose #F12DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.85%

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

R = 52.74%
G = 9.85%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F12DAB (or 0xF12DAB) is known color: Persian Rose. HEX triplet: F1, 2D and AB. RGB value is (241,45,171). Sum of RGB (Red+Green+Blue) = 241+45+171=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12DAB is #0ED254. Grayscale: #757575. Windows color (decimal): -971349 or 11218417. OLE color: 11218417.

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

Color convert

RGB 241 45 171 -
CMYK 0 0.81 0.29 0.05
HSL 321.43º 0.88% 0.56% -
HSV(B) 321.43º 0.81% 0.95% -
XYZ 44.56 23.52 40.72 -
YUV 117.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 241 45 171 0 0.81 0.29 0.05 321.43 0.88 0.56
Hex F1 2D AB 0 51 1D 5 141 58 38
Octal 361 55 253 0 121 35 5 501 130 70
Binary 11110001 101101 10101011 0 1010001 11101 101 101000001 1011000 111000

Color Harmonies of #F12DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DAB

Black with #F12DAB

Text Example


Text Example

White with #F12DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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