Html Css Color HEX #F12DAE Persian Rose

📋 copy color: '#F12DAE'

red 241 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #F12DAE

Tints of Persian Rose #F12DAE

RGB

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

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

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

R = 52.39%
G = 9.78%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F12DAE (or 0xF12DAE) is known color: Persian Rose. HEX triplet: F1, 2D and AE. RGB value is (241,45,174). Sum of RGB (Red+Green+Blue) = 241+45+174=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12DAE is #0ED251. Grayscale: #757575. Windows color (decimal): -971346 or 11415025. OLE color: 11415025.

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

Color convert

RGB 241 45 174 -
CMYK 0 0.81 0.28 0.05
HSL 320.51º 0.88% 0.56% -
HSV(B) 320.51º 0.81% 0.95% -
XYZ 44.85 23.63 42.24 -
YUV 118.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 241 45 174 0 0.81 0.28 0.05 320.51 0.88 0.56
Hex F1 2D AE 0 51 1C 5 141 58 38
Octal 361 55 256 0 121 34 5 501 130 70
Binary 11110001 101101 10101110 0 1010001 11100 101 101000001 1011000 111000

Color Harmonies of #F12DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DAE

Black with #F12DAE

Text Example


Text Example

White with #F12DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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