Html Css Color HEX #F076AF Persian Pink

📋 copy color: '#F076AF'

red 240 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #F076AF

Tints of Persian Pink #F076AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 45.03%
G = 22.14%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F076AF (or 0xF076AF) is known color: Persian Pink. HEX triplet: F0, 76 and AF. RGB value is (240,118,175). Sum of RGB (Red+Green+Blue) = 240+118+175=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F076AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076AF is #0F8950. Grayscale: #A0A0A0. Windows color (decimal): -1018193 or 11499248. OLE color: 11499248.

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

Color convert

RGB 240 118 175 -
CMYK 0 0.51 0.27 0.06
HSL 331.97º 0.8% 0.7% -
HSV(B) 331.97º 0.51% 0.94% -
XYZ 50.15 34.58 44.59 -
YUV 160.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 240 118 175 0 0.51 0.27 0.06 331.97 0.8 0.7
Hex F0 76 AF 0 33 1B 6 14C 50 46
Octal 360 166 257 0 63 33 6 514 120 106
Binary 11110000 1110110 10101111 0 110011 11011 110 101001100 1010000 1000110

Color Harmonies of #F076AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076AF

Black with #F076AF

Text Example


Text Example

White with #F076AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076AF; }

 p { color: rgb(240,118,175); }

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

background-color css

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

 a { background-color: rgb(240,118,175); }

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

border-color css

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

 span { border-color: rgb(240,118,175); }

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