Html Css Color HEX #F07AB2 Persian Pink

📋 copy color: '#F07AB2'

red 240 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #F07AB2

Tints of Persian Pink #F07AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 44.44%
G = 22.59%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F07AB2 (or 0xF07AB2) is known color: Persian Pink. HEX triplet: F0, 7A and B2. RGB value is (240,122,178). Sum of RGB (Red+Green+Blue) = 240+122+178=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07AB2 is #0F854D. Grayscale: #A3A3A3. Windows color (decimal): -1017166 or 11696880. OLE color: 11696880.

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

Color convert

RGB 240 122 178 -
CMYK 0 0.49 0.26 0.06
HSL 331.53º 0.8% 0.71% -
HSV(B) 331.53º 0.49% 0.94% -
XYZ 50.93 35.66 46.32 -
YUV 163.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 240 122 178 0 0.49 0.26 0.06 331.53 0.8 0.71
Hex F0 7A B2 0 31 1A 6 14C 50 47
Octal 360 172 262 0 61 32 6 514 120 107
Binary 11110000 1111010 10110010 0 110001 11010 110 101001100 1010000 1000111

Color Harmonies of #F07AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB2

Black with #F07AB2

Text Example


Text Example

White with #F07AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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