Html Css Color HEX #F27ABE Persian Pink

📋 copy color: '#F27ABE'

red 242 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #F27ABE

Tints of Persian Pink #F27ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 43.68%
G = 22.02%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F27ABE (or 0xF27ABE) is known color: Persian Pink. HEX triplet: F2, 7A and BE. RGB value is (242,122,190). Sum of RGB (Red+Green+Blue) = 242+122+190=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ABE is #0D8541. Grayscale: #A5A5A5. Windows color (decimal): -886082 or 12483314. OLE color: 12483314.

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

Color convert

RGB 242 122 190 -
CMYK 0 0.50 0.21 0.05
HSL 326º 0.82% 0.71% -
HSV(B) 326º 0.5% 0.95% -
XYZ 52.87 36.51 52.98 -
YUV 165.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 242 122 190 0 0.50 0.21 0.05 326 0.82 0.71
Hex F2 7A BE 0 32 15 5 146 52 47
Octal 362 172 276 0 62 25 5 506 122 107
Binary 11110010 1111010 10111110 0 110010 10101 101 101000110 1010010 1000111

Color Harmonies of #F27ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ABE

Black with #F27ABE

Text Example


Text Example

White with #F27ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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