Html Css Color HEX #F677B2 Persian Pink

📋 copy color: '#F677B2'

red 246 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #F677B2

Tints of Persian Pink #F677B2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.92%

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

R = 45.3%
G = 21.92%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F677B2 (or 0xF677B2) is known color: Persian Pink. HEX triplet: F6, 77 and B2. RGB value is (246,119,178). Sum of RGB (Red+Green+Blue) = 246+119+178=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F677B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F677B2 is #09884D. Grayscale: #A3A3A3. Windows color (decimal): -624718 or 11696118. OLE color: 11696118.

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

Color convert

RGB 246 119 178 -
CMYK 0 0.52 0.28 0.04
HSL 332.13º 0.88% 0.72% -
HSV(B) 332.13º 0.52% 0.96% -
XYZ 52.64 36 46.29 -
YUV 163.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 246 119 178 0 0.52 0.28 0.04 332.13 0.88 0.72
Hex F6 77 B2 0 34 1C 4 14C 58 48
Octal 366 167 262 0 64 34 4 514 130 110
Binary 11110110 1110111 10110010 0 110100 11100 100 101001100 1011000 1001000

Color Harmonies of #F677B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F677B2

Black with #F677B2

Text Example


Text Example

White with #F677B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F677B2; }

 p { color: rgb(246,119,178); }

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

background-color css

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

 a { background-color: rgb(246,119,178); }

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

border-color css

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

 span { border-color: rgb(246,119,178); }

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