Html Css Color HEX #F076BE Persian Pink

📋 copy color: '#F076BE'

red 240 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #F076BE

Tints of Persian Pink #F076BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 43.8%
G = 21.53%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F076BE (or 0xF076BE) is known color: Persian Pink. HEX triplet: F0, 76 and BE. RGB value is (240,118,190). Sum of RGB (Red+Green+Blue) = 240+118+190=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F076BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076BE is #0F8941. Grayscale: #A2A2A2. Windows color (decimal): -1018178 or 12482288. OLE color: 12482288.

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

Color convert

RGB 240 118 190 -
CMYK 0 0.51 0.21 0.06
HSL 324.59º 0.8% 0.7% -
HSV(B) 324.59º 0.51% 0.94% -
XYZ 51.71 35.2 52.78 -
YUV 162.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 240 118 190 0 0.51 0.21 0.06 324.59 0.8 0.7
Hex F0 76 BE 0 33 15 6 145 50 46
Octal 360 166 276 0 63 25 6 505 120 106
Binary 11110000 1110110 10111110 0 110011 10101 110 101000101 1010000 1000110

Color Harmonies of #F076BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076BE

Black with #F076BE

Text Example


Text Example

White with #F076BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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