Html Css Color HEX #F690CD Tea Rose

📋 copy color: '#F690CD'

red 246 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #F690CD

Tints of Tea Rose #F690CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 41.34%
G = 24.2%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F690CD (or 0xF690CD) is known color: Tea Rose. HEX triplet: F6, 90 and CD. RGB value is (246,144,205). Sum of RGB (Red+Green+Blue) = 246+144+205=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CD is #096F32. Grayscale: #B5B5B5. Windows color (decimal): -618291 or 13471990. OLE color: 13471990.

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

Color convert

RGB 246 144 205 -
CMYK 0 0.41 0.17 0.04
HSL 324.12º 0.85% 0.76% -
HSV(B) 324.12º 0.41% 0.96% -
XYZ 59 43.95 63.13 -
YUV 181.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 246 144 205 0 0.41 0.17 0.04 324.12 0.85 0.76
Hex F6 90 CD 0 29 11 4 144 55 4C
Octal 366 220 315 0 51 21 4 504 125 114
Binary 11110110 10010000 11001101 0 101001 10001 100 101000100 1010101 1001100

Color Harmonies of #F690CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690CD

Black with #F690CD

Text Example


Text Example

White with #F690CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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