Html Css Color HEX #F681B7 Persian Pink

📋 copy color: '#F681B7'

red 246 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #F681B7

Tints of Persian Pink #F681B7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.12%

 BLUE value IS 183 (71.88% from 255) = 32.8%

R = 44.09%
G = 23.12%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F681B7 (or 0xF681B7) is known color: Persian Pink. HEX triplet: F6, 81 and B7. RGB value is (246,129,183). Sum of RGB (Red+Green+Blue) = 246+129+183=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F681B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681B7 is #097E48. Grayscale: #AAAAAA. Windows color (decimal): -622153 or 12026358. OLE color: 12026358.

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

Color convert

RGB 246 129 183 -
CMYK 0 0.48 0.26 0.04
HSL 332.31º 0.87% 0.74% -
HSV(B) 332.31º 0.48% 0.96% -
XYZ 54.4 38.71 49.4 -
YUV 170.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 246 129 183 0 0.48 0.26 0.04 332.31 0.87 0.74
Hex F6 81 B7 0 30 1A 4 14C 57 4A
Octal 366 201 267 0 60 32 4 514 127 112
Binary 11110110 10000001 10110111 0 110000 11010 100 101001100 1010111 1001010

Color Harmonies of #F681B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681B7

Black with #F681B7

Text Example


Text Example

White with #F681B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681B7; }

 p { color: rgb(246,129,183); }

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

background-color css

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

 a { background-color: rgb(246,129,183); }

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

border-color css

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

 span { border-color: rgb(246,129,183); }

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