Html Css Color HEX #F676C0 Persian Pink

📋 copy color: '#F676C0'

red 246 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #F676C0

Tints of Persian Pink #F676C0

RGB

 RED value IS 246 (96.48% from 255) = 44.24%

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 44.24%
G = 21.22%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F676C0 (or 0xF676C0) is known color: Persian Pink. HEX triplet: F6, 76 and C0. RGB value is (246,118,192). Sum of RGB (Red+Green+Blue) = 246+118+192=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F676C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676C0 is #09893F. Grayscale: #A4A4A4. Windows color (decimal): -624960 or 12613366. OLE color: 12613366.

HSL color Cylindrical-coordinate representation of color #F676C0: hue angle of 325.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F676C0 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 192 -
CMYK 0 0.52 0.22 0.04
HSL 325.31º 0.88% 0.71% -
HSV(B) 325.31º 0.52% 0.96% -
XYZ 54 36.36 54.04 -
YUV 164.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 246 118 192 0 0.52 0.22 0.04 325.31 0.88 0.71
Hex F6 76 C0 0 34 16 4 145 58 47
Octal 366 166 300 0 64 26 4 505 130 107
Binary 11110110 1110110 11000000 0 110100 10110 100 101000101 1011000 1000111

Color Harmonies of #F676C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F676C0

Black with #F676C0

Text Example


Text Example

White with #F676C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F676C0; }

 p { color: rgb(246,118,192); }

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

background-color css

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

 a { background-color: rgb(246,118,192); }

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

border-color css

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

 span { border-color: rgb(246,118,192); }

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