Html Css Color HEX #F681BE Persian Pink

📋 copy color: '#F681BE'

red 246 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #F681BE

Tints of Persian Pink #F681BE

RGB

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

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

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

R = 43.54%
G = 22.83%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F681BE (or 0xF681BE) is known color: Persian Pink. HEX triplet: F6, 81 and BE. RGB value is (246,129,190). Sum of RGB (Red+Green+Blue) = 246+129+190=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BE is #097E41. Grayscale: #AAAAAA. Windows color (decimal): -622146 or 12485110. OLE color: 12485110.

HSL color Cylindrical-coordinate representation of color #F681BE: hue angle of 328.72º 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 #F681BE is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 190 -
CMYK 0 0.48 0.23 0.04
HSL 328.72º 0.87% 0.74% -
HSV(B) 328.72º 0.48% 0.96% -
XYZ 55.15 39.01 53.34 -
YUV 170.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 246 129 190 0 0.48 0.23 0.04 328.72 0.87 0.74
Hex F6 81 BE 0 30 17 4 149 57 4A
Octal 366 201 276 0 60 27 4 511 127 112
Binary 11110110 10000001 10111110 0 110000 10111 100 101001001 1010111 1001010

Color Harmonies of #F681BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681BE

Black with #F681BE

Text Example


Text Example

White with #F681BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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