Html Css Color HEX #F07AB6 Persian Pink

📋 copy color: '#F07AB6'

red 240 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #F07AB6

Tints of Persian Pink #F07AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.46%

R = 44.12%
G = 22.43%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F07AB6 (or 0xF07AB6) is known color: Persian Pink. HEX triplet: F0, 7A and B6. RGB value is (240,122,182). Sum of RGB (Red+Green+Blue) = 240+122+182=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AB6 is #0F8549. Grayscale: #A4A4A4. Windows color (decimal): -1017162 or 11959024. OLE color: 11959024.

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

Color convert

RGB 240 122 182 -
CMYK 0 0.49 0.24 0.06
HSL 329.49º 0.8% 0.71% -
HSV(B) 329.49º 0.49% 0.94% -
XYZ 51.34 35.82 48.46 -
YUV 164.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 240 122 182 0 0.49 0.24 0.06 329.49 0.8 0.71
Hex F0 7A B6 0 31 18 6 149 50 47
Octal 360 172 266 0 61 30 6 511 120 107
Binary 11110000 1111010 10110110 0 110001 11000 110 101001001 1010000 1000111

Color Harmonies of #F07AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB6

Black with #F07AB6

Text Example


Text Example

White with #F07AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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