Html Css Color HEX #F07AB3 Persian Pink

📋 copy color: '#F07AB3'

red 240 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #F07AB3

Tints of Persian Pink #F07AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.09%

R = 44.36%
G = 22.55%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F07AB3 (or 0xF07AB3) is known color: Persian Pink. HEX triplet: F0, 7A and B3. RGB value is (240,122,179). Sum of RGB (Red+Green+Blue) = 240+122+179=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07AB3 is #0F854C. Grayscale: #A3A3A3. Windows color (decimal): -1017165 or 11762416. OLE color: 11762416.

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

Color convert

RGB 240 122 179 -
CMYK 0 0.49 0.25 0.06
HSL 331.02º 0.8% 0.71% -
HSV(B) 331.02º 0.49% 0.94% -
XYZ 51.03 35.7 46.85 -
YUV 163.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 240 122 179 0 0.49 0.25 0.06 331.02 0.8 0.71
Hex F0 7A B3 0 31 19 6 14B 50 47
Octal 360 172 263 0 61 31 6 513 120 107
Binary 11110000 1111010 10110011 0 110001 11001 110 101001011 1010000 1000111

Color Harmonies of #F07AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AB3

Black with #F07AB3

Text Example


Text Example

White with #F07AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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