Html Css Color HEX #F12897 Persian Rose

📋 copy color: '#F12897'

red 241 ◦ green 40 ◦ blue 151

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

Shades of Persian Rose #F12897

Tints of Persian Rose #F12897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.26%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 55.79%
G = 9.26%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12897 (or 0xF12897) is known color: Persian Rose. HEX triplet: F1, 28 and 97. RGB value is (241,40,151). Sum of RGB (Red+Green+Blue) = 241+40+151=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F12897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12897 is #0ED768. Grayscale: #707070. Windows color (decimal): -972649 or 9906417. OLE color: 9906417.

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

Color convert

RGB 241 40 151 -
CMYK 0 0.83 0.37 0.05
HSL 326.87º 0.88% 0.55% -
HSV(B) 326.87º 0.83% 0.95% -
XYZ 42.62 22.45 31.37 -
YUV 112.75 149.59 219.47 -
System Red Green Blue C M Y K H S L
Decimal 241 40 151 0 0.83 0.37 0.05 326.87 0.88 0.55
Hex F1 28 97 0 53 25 5 147 58 37
Octal 361 50 227 0 123 45 5 507 130 67
Binary 11110001 101000 10010111 0 1010011 100101 101 101000111 1011000 110111

Color Harmonies of #F12897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12897

Black with #F12897

Text Example


Text Example

White with #F12897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12897; }

 p { color: rgb(241,40,151); }

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

background-color css

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

 a { background-color: rgb(241,40,151); }

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

border-color css

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

 span { border-color: rgb(241,40,151); }

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