Html Css Color HEX #F12FB0 Persian Rose

📋 copy color: '#F12FB0'

red 241 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #F12FB0

Tints of Persian Rose #F12FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 51.94%
G = 10.13%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F12FB0 (or 0xF12FB0) is known color: Persian Rose. HEX triplet: F1, 2F and B0. RGB value is (241,47,176). Sum of RGB (Red+Green+Blue) = 241+47+176=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12FB0 is #0ED04F. Grayscale: #777777. Windows color (decimal): -970832 or 11546609. OLE color: 11546609.

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

Color convert

RGB 241 47 176 -
CMYK 0 0.80 0.27 0.05
HSL 320.1º 0.87% 0.56% -
HSV(B) 320.1º 0.8% 0.95% -
XYZ 45.13 23.87 43.3 -
YUV 119.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 241 47 176 0 0.80 0.27 0.05 320.1 0.87 0.56
Hex F1 2F B0 0 50 1B 5 140 57 38
Octal 361 57 260 0 120 33 5 500 127 70
Binary 11110001 101111 10110000 0 1010000 11011 101 101000000 1010111 111000

Color Harmonies of #F12FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FB0

Black with #F12FB0

Text Example


Text Example

White with #F12FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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