Html Css Color HEX #F691C9 Tea Rose

📋 copy color: '#F691C9'

red 246 ◦ green 145 ◦ blue 201

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

Shades of Tea Rose #F691C9

Tints of Tea Rose #F691C9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.49%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 41.55%
G = 24.49%
B = 33.95%

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

#F691C9 (or 0xF691C9) is known color: Tea Rose. HEX triplet: F6, 91 and C9. RGB value is (246,145,201). Sum of RGB (Red+Green+Blue) = 246+145+201=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C9 is #096E36. Grayscale: #B5B5B5. Windows color (decimal): -618039 or 13210102. OLE color: 13210102.

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

Color convert

RGB 246 145 201 -
CMYK 0 0.41 0.18 0.04
HSL 326.73º 0.85% 0.77% -
HSV(B) 326.73º 0.41% 0.96% -
XYZ 58.67 44.06 60.67 -
YUV 181.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 246 145 201 0 0.41 0.18 0.04 326.73 0.85 0.77
Hex F6 91 C9 0 29 12 4 147 55 4D
Octal 366 221 311 0 51 22 4 507 125 115
Binary 11110110 10010001 11001001 0 101001 10010 100 101000111 1010101 1001101

Color Harmonies of #F691C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691C9

Black with #F691C9

Text Example


Text Example

White with #F691C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691C9; }

 p { color: rgb(246,145,201); }

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

background-color css

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

 a { background-color: rgb(246,145,201); }

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

border-color css

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

 span { border-color: rgb(246,145,201); }

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