Html Css Color HEX #F691C3 Tea Rose

📋 copy color: '#F691C3'

red 246 ◦ green 145 ◦ blue 195

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

Shades of Tea Rose #F691C3

Tints of Tea Rose #F691C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 41.98%
G = 24.74%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F691C3 (or 0xF691C3) is known color: Tea Rose. HEX triplet: F6, 91 and C3. RGB value is (246,145,195). Sum of RGB (Red+Green+Blue) = 246+145+195=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C3 is #096E3C. Grayscale: #B4B4B4. Windows color (decimal): -618045 or 12816886. OLE color: 12816886.

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

Color convert

RGB 246 145 195 -
CMYK 0 0.41 0.21 0.04
HSL 330.3º 0.85% 0.77% -
HSV(B) 330.3º 0.41% 0.96% -
XYZ 57.98 43.78 57.02 -
YUV 180.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 246 145 195 0 0.41 0.21 0.04 330.3 0.85 0.77
Hex F6 91 C3 0 29 15 4 14A 55 4D
Octal 366 221 303 0 51 25 4 512 125 115
Binary 11110110 10010001 11000011 0 101001 10101 100 101001010 1010101 1001101

Color Harmonies of #F691C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691C3

Black with #F691C3

Text Example


Text Example

White with #F691C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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