Html Css Color HEX #F690CE Tea Rose

📋 copy color: '#F690CE'

red 246 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #F690CE

Tints of Tea Rose #F690CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.16%

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 41.28%
G = 24.16%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F690CE (or 0xF690CE) is known color: Tea Rose. HEX triplet: F6, 90 and CE. RGB value is (246,144,206). Sum of RGB (Red+Green+Blue) = 246+144+206=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CE is #096F31. Grayscale: #B5B5B5. Windows color (decimal): -618290 or 13537526. OLE color: 13537526.

HSL color Cylindrical-coordinate representation of color #F690CE: hue angle of 323.53º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 144 206 -
CMYK 0 0.41 0.16 0.04
HSL 323.53º 0.85% 0.76% -
HSV(B) 323.53º 0.41% 0.96% -
XYZ 59.12 44 63.77 -
YUV 181.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 246 144 206 0 0.41 0.16 0.04 323.53 0.85 0.76
Hex F6 90 CE 0 29 10 4 144 55 4C
Octal 366 220 316 0 51 20 4 504 125 114
Binary 11110110 10010000 11001110 0 101001 10000 100 101000100 1010101 1001100

Color Harmonies of #F690CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690CE

Black with #F690CE

Text Example


Text Example

White with #F690CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690CE; }

 p { color: rgb(246,144,206); }

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

background-color css

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

 a { background-color: rgb(246,144,206); }

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

border-color css

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

 span { border-color: rgb(246,144,206); }

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