Html Css Color HEX #F691CC Tea Rose

📋 copy color: '#F691CC'

red 246 ◦ green 145 ◦ blue 204

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

Shades of Tea Rose #F691CC

Tints of Tea Rose #F691CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 41.34%
G = 24.37%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F691CC (or 0xF691CC) is known color: Tea Rose. HEX triplet: F6, 91 and CC. RGB value is (246,145,204). Sum of RGB (Red+Green+Blue) = 246+145+204=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CC is #096E33. Grayscale: #B5B5B5. Windows color (decimal): -618036 or 13406710. OLE color: 13406710.

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

Color convert

RGB 246 145 204 -
CMYK 0 0.41 0.17 0.04
HSL 324.95º 0.85% 0.77% -
HSV(B) 324.95º 0.41% 0.96% -
XYZ 59.03 44.2 62.55 -
YUV 181.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 246 145 204 0 0.41 0.17 0.04 324.95 0.85 0.77
Hex F6 91 CC 0 29 11 4 145 55 4D
Octal 366 221 314 0 51 21 4 505 125 115
Binary 11110110 10010001 11001100 0 101001 10001 100 101000101 1010101 1001101

Color Harmonies of #F691CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691CC

Black with #F691CC

Text Example


Text Example

White with #F691CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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