Html Css Color HEX #F12CAF Persian Rose

📋 copy color: '#F12CAF'

red 241 ◦ green 44 ◦ blue 175

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

Shades of Persian Rose #F12CAF

Tints of Persian Rose #F12CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.57%

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 52.39%
G = 9.57%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F12CAF (or 0xF12CAF) is known color: Persian Rose. HEX triplet: F1, 2C and AF. RGB value is (241,44,175). Sum of RGB (Red+Green+Blue) = 241+44+175=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12CAF is #0ED350. Grayscale: #757575. Windows color (decimal): -971601 or 11480305. OLE color: 11480305.

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

Color convert

RGB 241 44 175 -
CMYK 0 0.82 0.27 0.05
HSL 320.1º 0.88% 0.56% -
HSV(B) 320.1º 0.82% 0.95% -
XYZ 44.91 23.6 42.74 -
YUV 117.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 241 44 175 0 0.82 0.27 0.05 320.1 0.88 0.56
Hex F1 2C AF 0 52 1B 5 140 58 38
Octal 361 54 257 0 122 33 5 500 130 70
Binary 11110001 101100 10101111 0 1010010 11011 101 101000000 1011000 111000

Color Harmonies of #F12CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CAF

Black with #F12CAF

Text Example


Text Example

White with #F12CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CAF; }

 p { color: rgb(241,44,175); }

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

background-color css

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

 a { background-color: rgb(241,44,175); }

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

border-color css

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

 span { border-color: rgb(241,44,175); }

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