Html Css Color HEX #F679B0 Persian Pink

📋 copy color: '#F679B0'

red 246 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #F679B0

Tints of Persian Pink #F679B0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.28%

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 45.3%
G = 22.28%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F679B0 (or 0xF679B0) is known color: Persian Pink. HEX triplet: F6, 79 and B0. RGB value is (246,121,176). Sum of RGB (Red+Green+Blue) = 246+121+176=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F679B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F679B0 is #09864F. Grayscale: #A4A4A4. Windows color (decimal): -624208 or 11565558. OLE color: 11565558.

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

Color convert

RGB 246 121 176 -
CMYK 0 0.51 0.28 0.04
HSL 333.6º 0.87% 0.72% -
HSV(B) 333.6º 0.51% 0.96% -
XYZ 52.68 36.4 45.32 -
YUV 164.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 246 121 176 0 0.51 0.28 0.04 333.6 0.87 0.72
Hex F6 79 B0 0 33 1C 4 14E 57 48
Octal 366 171 260 0 63 34 4 516 127 110
Binary 11110110 1111001 10110000 0 110011 11100 100 101001110 1010111 1001000

Color Harmonies of #F679B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F679B0

Black with #F679B0

Text Example


Text Example

White with #F679B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F679B0; }

 p { color: rgb(246,121,176); }

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

background-color css

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

 a { background-color: rgb(246,121,176); }

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

border-color css

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

 span { border-color: rgb(246,121,176); }

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