Html Css Color HEX #F127A5 Persian Rose

📋 copy color: '#F127A5'

red 241 ◦ green 39 ◦ blue 165

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

Shades of Persian Rose #F127A5

Tints of Persian Rose #F127A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 54.16%
G = 8.76%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F127A5 (or 0xF127A5) is known color: Persian Rose. HEX triplet: F1, 27 and A5. RGB value is (241,39,165). Sum of RGB (Red+Green+Blue) = 241+39+165=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A5 is #0ED85A. Grayscale: #717171. Windows color (decimal): -972891 or 10823665. OLE color: 10823665.

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

Color convert

RGB 241 39 165 -
CMYK 0 0.84 0.32 0.05
HSL 322.57º 0.88% 0.55% -
HSV(B) 322.57º 0.84% 0.95% -
XYZ 43.79 22.87 37.7 -
YUV 113.76 156.92 218.75 -
System Red Green Blue C M Y K H S L
Decimal 241 39 165 0 0.84 0.32 0.05 322.57 0.88 0.55
Hex F1 27 A5 0 54 20 5 143 58 37
Octal 361 47 245 0 124 40 5 503 130 67
Binary 11110001 100111 10100101 0 1010100 100000 101 101000011 1011000 110111

Color Harmonies of #F127A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127A5

Black with #F127A5

Text Example


Text Example

White with #F127A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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