Html Css Color HEX #F12FAC Persian Rose

📋 copy color: '#F12FAC'

red 241 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #F12FAC

Tints of Persian Rose #F12FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.22%

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 52.39%
G = 10.22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F12FAC (or 0xF12FAC) is known color: Persian Rose. HEX triplet: F1, 2F and AC. RGB value is (241,47,172). Sum of RGB (Red+Green+Blue) = 241+47+172=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12FAC is #0ED053. Grayscale: #767676. Windows color (decimal): -970836 or 11284465. OLE color: 11284465.

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

Color convert

RGB 241 47 172 -
CMYK 0 0.80 0.29 0.05
HSL 321.34º 0.87% 0.56% -
HSV(B) 321.34º 0.8% 0.95% -
XYZ 44.74 23.71 41.25 -
YUV 119.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 241 47 172 0 0.80 0.29 0.05 321.34 0.87 0.56
Hex F1 2F AC 0 50 1D 5 141 57 38
Octal 361 57 254 0 120 35 5 501 127 70
Binary 11110001 101111 10101100 0 1010000 11101 101 101000001 1010111 111000

Color Harmonies of #F12FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FAC

Black with #F12FAC

Text Example


Text Example

White with #F12FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FAC; }

 p { color: rgb(241,47,172); }

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

background-color css

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

 a { background-color: rgb(241,47,172); }

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

border-color css

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

 span { border-color: rgb(241,47,172); }

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