Html Css Color HEX #F27ABA Persian Pink

📋 copy color: '#F27ABA'

red 242 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F27ABA

Tints of Persian Pink #F27ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 44%
G = 22.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F27ABA (or 0xF27ABA) is known color: Persian Pink. HEX triplet: F2, 7A and BA. RGB value is (242,122,186). Sum of RGB (Red+Green+Blue) = 242+122+186=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ABA is #0D8545. Grayscale: #A5A5A5. Windows color (decimal): -886086 or 12221170. OLE color: 12221170.

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

Color convert

RGB 242 122 186 -
CMYK 0 0.50 0.23 0.05
HSL 328º 0.82% 0.71% -
HSV(B) 328º 0.5% 0.95% -
XYZ 52.44 36.34 50.71 -
YUV 165.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 242 122 186 0 0.50 0.23 0.05 328 0.82 0.71
Hex F2 7A BA 0 32 17 5 148 52 47
Octal 362 172 272 0 62 27 5 510 122 107
Binary 11110010 1111010 10111010 0 110010 10111 101 101001000 1010010 1000111

Color Harmonies of #F27ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ABA

Black with #F27ABA

Text Example


Text Example

White with #F27ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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