Html Css Color HEX #F681CB Tea Rose

📋 copy color: '#F681CB'

red 246 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #F681CB

Tints of Tea Rose #F681CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 42.56%
G = 22.32%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F681CB (or 0xF681CB) is known color: Tea Rose. HEX triplet: F6, 81 and CB. RGB value is (246,129,203). Sum of RGB (Red+Green+Blue) = 246+129+203=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F681CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681CB is #097E34. Grayscale: #ACACAC. Windows color (decimal): -622133 or 13337078. OLE color: 13337078.

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

Color convert

RGB 246 129 203 -
CMYK 0 0.48 0.17 0.04
HSL 322.05º 0.87% 0.74% -
HSV(B) 322.05º 0.48% 0.96% -
XYZ 56.64 39.61 61.16 -
YUV 172.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 246 129 203 0 0.48 0.17 0.04 322.05 0.87 0.74
Hex F6 81 CB 0 30 11 4 142 57 4A
Octal 366 201 313 0 60 21 4 502 127 112
Binary 11110110 10000001 11001011 0 110000 10001 100 101000010 1010111 1001010

Color Harmonies of #F681CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681CB

Black with #F681CB

Text Example


Text Example

White with #F681CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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