Html Css Color HEX #F127A7 Persian Rose

📋 copy color: '#F127A7'

red 241 ◦ green 39 ◦ blue 167

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

Shades of Persian Rose #F127A7

Tints of Persian Rose #F127A7

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.72%

 BLUE value IS 167 (65.63% from 255) = 37.36%

R = 53.91%
G = 8.72%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F127A7 (or 0xF127A7) is known color: Persian Rose. HEX triplet: F1, 27 and A7. RGB value is (241,39,167). Sum of RGB (Red+Green+Blue) = 241+39+167=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A7 is #0ED858. Grayscale: #717171. Windows color (decimal): -972889 or 10954737. OLE color: 10954737.

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

Color convert

RGB 241 39 167 -
CMYK 0 0.84 0.31 0.05
HSL 321.98º 0.88% 0.55% -
HSV(B) 321.98º 0.84% 0.95% -
XYZ 43.98 22.94 38.67 -
YUV 113.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 241 39 167 0 0.84 0.31 0.05 321.98 0.88 0.55
Hex F1 27 A7 0 54 1F 5 142 58 37
Octal 361 47 247 0 124 37 5 502 130 67
Binary 11110001 100111 10100111 0 1010100 11111 101 101000010 1011000 110111

Color Harmonies of #F127A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127A7

Black with #F127A7

Text Example


Text Example

White with #F127A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127A7; }

 p { color: rgb(241,39,167); }

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

background-color css

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

 a { background-color: rgb(241,39,167); }

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

border-color css

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

 span { border-color: rgb(241,39,167); }

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