Html Css Color HEX #F27AB5 Persian Pink

📋 copy color: '#F27AB5'

red 242 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #F27AB5

Tints of Persian Pink #F27AB5

RGB

 RED value IS 242 (94.92% from 255) = 44.4%

 GREEN value IS 122 (48.05% from 255) = 22.39%

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 44.4%
G = 22.39%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F27AB5 (or 0xF27AB5) is known color: Persian Pink. HEX triplet: F2, 7A and B5. RGB value is (242,122,181). Sum of RGB (Red+Green+Blue) = 242+122+181=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AB5 is #0D854A. Grayscale: #A4A4A4. Windows color (decimal): -886091 or 11893490. OLE color: 11893490.

HSL color Cylindrical-coordinate representation of color #F27AB5: hue angle of 330.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AB5 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 181 -
CMYK 0 0.50 0.25 0.05
HSL 330.5º 0.82% 0.71% -
HSV(B) 330.5º 0.5% 0.95% -
XYZ 51.92 36.13 47.95 -
YUV 164.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 242 122 181 0 0.50 0.25 0.05 330.5 0.82 0.71
Hex F2 7A B5 0 32 19 5 14A 52 47
Octal 362 172 265 0 62 31 5 512 122 107
Binary 11110010 1111010 10110101 0 110010 11001 101 101001010 1010010 1000111

Color Harmonies of #F27AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AB5

Black with #F27AB5

Text Example


Text Example

White with #F27AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AB5; }

 p { color: rgb(242,122,181); }

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

background-color css

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

 a { background-color: rgb(242,122,181); }

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

border-color css

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

 span { border-color: rgb(242,122,181); }

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