Html Css Color HEX #F690CA Tea Rose

📋 copy color: '#F690CA'

red 246 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #F690CA

Tints of Tea Rose #F690CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 41.55%
G = 24.32%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F690CA (or 0xF690CA) is known color: Tea Rose. HEX triplet: F6, 90 and CA. RGB value is (246,144,202). Sum of RGB (Red+Green+Blue) = 246+144+202=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CA is #096F35. Grayscale: #B4B4B4. Windows color (decimal): -618294 or 13275382. OLE color: 13275382.

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

Color convert

RGB 246 144 202 -
CMYK 0 0.41 0.18 0.04
HSL 325.88º 0.85% 0.76% -
HSV(B) 325.88º 0.41% 0.96% -
XYZ 58.64 43.8 61.24 -
YUV 181.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 246 144 202 0 0.41 0.18 0.04 325.88 0.85 0.76
Hex F6 90 CA 0 29 12 4 146 55 4C
Octal 366 220 312 0 51 22 4 506 125 114
Binary 11110110 10010000 11001010 0 101001 10010 100 101000110 1010101 1001100

Color Harmonies of #F690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690CA

Black with #F690CA

Text Example


Text Example

White with #F690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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