Html Css Color HEX #F689C8 Tea Rose

📋 copy color: '#F689C8'

red 246 ◦ green 137 ◦ blue 200

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

Shades of Tea Rose #F689C8

Tints of Tea Rose #F689C8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.5%

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 42.2%
G = 23.5%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F689C8 (or 0xF689C8) is known color: Tea Rose. HEX triplet: F6, 89 and C8. RGB value is (246,137,200). Sum of RGB (Red+Green+Blue) = 246+137+200=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F689C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689C8 is #097637. Grayscale: #B0B0B0. Windows color (decimal): -620088 or 13142518. OLE color: 13142518.

HSL color Cylindrical-coordinate representation of color #F689C8: hue angle of 325.32º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F689C8 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 200 -
CMYK 0 0.44 0.19 0.04
HSL 325.32º 0.86% 0.75% -
HSV(B) 325.32º 0.44% 0.96% -
XYZ 57.38 41.65 59.66 -
YUV 176.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 246 137 200 0 0.44 0.19 0.04 325.32 0.86 0.75
Hex F6 89 C8 0 2C 13 4 145 56 4B
Octal 366 211 310 0 54 23 4 505 126 113
Binary 11110110 10001001 11001000 0 101100 10011 100 101000101 1010110 1001011

Color Harmonies of #F689C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689C8

Black with #F689C8

Text Example


Text Example

White with #F689C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F689C8; }

 p { color: rgb(246,137,200); }

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

background-color css

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

 a { background-color: rgb(246,137,200); }

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

border-color css

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

 span { border-color: rgb(246,137,200); }

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