Html Css Color HEX #F07AB0 Persian Pink

📋 copy color: '#F07AB0'

red 240 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #F07AB0

Tints of Persian Pink #F07AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 44.61%
G = 22.68%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F07AB0 (or 0xF07AB0) is known color: Persian Pink. HEX triplet: F0, 7A and B0. RGB value is (240,122,176). Sum of RGB (Red+Green+Blue) = 240+122+176=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07AB0 is #0F854F. Grayscale: #A3A3A3. Windows color (decimal): -1017168 or 11565808. OLE color: 11565808.

HSL color Cylindrical-coordinate representation of color #F07AB0: hue angle of 332.54º 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 #F07AB0 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 176 -
CMYK 0 0.49 0.27 0.06
HSL 332.54º 0.8% 0.71% -
HSV(B) 332.54º 0.49% 0.94% -
XYZ 50.73 35.58 45.27 -
YUV 163.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 240 122 176 0 0.49 0.27 0.06 332.54 0.8 0.71
Hex F0 7A B0 0 31 1B 6 14D 50 47
Octal 360 172 260 0 61 33 6 515 120 107
Binary 11110000 1111010 10110000 0 110001 11011 110 101001101 1010000 1000111

Color Harmonies of #F07AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB0

Black with #F07AB0

Text Example


Text Example

White with #F07AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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