Html Css Color HEX #F690C7 Tea Rose

📋 copy color: '#F690C7'

red 246 ◦ green 144 ◦ blue 199

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

Shades of Tea Rose #F690C7

Tints of Tea Rose #F690C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.79%

R = 41.77%
G = 24.45%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F690C7 (or 0xF690C7) is known color: Tea Rose. HEX triplet: F6, 90 and C7. RGB value is (246,144,199). Sum of RGB (Red+Green+Blue) = 246+144+199=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F690C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690C7 is #096F38. Grayscale: #B4B4B4. Windows color (decimal): -618297 or 13078774. OLE color: 13078774.

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

Color convert

RGB 246 144 199 -
CMYK 0 0.41 0.19 0.04
HSL 327.65º 0.85% 0.76% -
HSV(B) 327.65º 0.41% 0.96% -
XYZ 58.29 43.66 59.39 -
YUV 180.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 246 144 199 0 0.41 0.19 0.04 327.65 0.85 0.76
Hex F6 90 C7 0 29 13 4 148 55 4C
Octal 366 220 307 0 51 23 4 510 125 114
Binary 11110110 10010000 11000111 0 101001 10011 100 101001000 1010101 1001100

Color Harmonies of #F690C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690C7

Black with #F690C7

Text Example


Text Example

White with #F690C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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