Html Css Color HEX #F690CF Tea Rose

📋 copy color: '#F690CF'

red 246 ◦ green 144 ◦ blue 207

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

Shades of Tea Rose #F690CF

Tints of Tea Rose #F690CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 41.21%
G = 24.12%
B = 34.67%

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

#F690CF (or 0xF690CF) is known color: Tea Rose. HEX triplet: F6, 90 and CF. RGB value is (246,144,207). Sum of RGB (Red+Green+Blue) = 246+144+207=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CF is #096F30. Grayscale: #B5B5B5. Windows color (decimal): -618289 or 13603062. OLE color: 13603062.

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

Color convert

RGB 246 144 207 -
CMYK 0 0.41 0.16 0.04
HSL 322.94º 0.85% 0.76% -
HSV(B) 322.94º 0.41% 0.96% -
XYZ 59.24 44.04 64.41 -
YUV 181.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 246 144 207 0 0.41 0.16 0.04 322.94 0.85 0.76
Hex F6 90 CF 0 29 10 4 143 55 4C
Octal 366 220 317 0 51 20 4 503 125 114
Binary 11110110 10010000 11001111 0 101001 10000 100 101000011 1010101 1001100

Color Harmonies of #F690CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690CF

Black with #F690CF

Text Example


Text Example

White with #F690CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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