Html Css Color HEX #F07ABA Persian Pink

📋 copy color: '#F07ABA'

red 240 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F07ABA

Tints of Persian Pink #F07ABA

RGB

 RED value IS 240 (94.14% from 255) = 43.8%

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

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

R = 43.8%
G = 22.26%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F07ABA (or 0xF07ABA) is known color: Persian Pink. HEX triplet: F0, 7A and BA. RGB value is (240,122,186). Sum of RGB (Red+Green+Blue) = 240+122+186=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ABA is #0F8545. Grayscale: #A4A4A4. Windows color (decimal): -1017158 or 12221168. OLE color: 12221168.

HSL color Cylindrical-coordinate representation of color #F07ABA: hue angle of 327.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07ABA is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 186 -
CMYK 0 0.49 0.22 0.06
HSL 327.46º 0.8% 0.71% -
HSV(B) 327.46º 0.49% 0.94% -
XYZ 51.76 35.99 50.67 -
YUV 164.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 240 122 186 0 0.49 0.22 0.06 327.46 0.8 0.71
Hex F0 7A BA 0 31 16 6 147 50 47
Octal 360 172 272 0 61 26 6 507 120 107
Binary 11110000 1111010 10111010 0 110001 10110 110 101000111 1010000 1000111

Color Harmonies of #F07ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ABA

Black with #F07ABA

Text Example


Text Example

White with #F07ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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