Html Css Color HEX #F691CB Tea Rose

📋 copy color: '#F691CB'

red 246 ◦ green 145 ◦ blue 203

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

Shades of Tea Rose #F691CB

Tints of Tea Rose #F691CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 41.41%
G = 24.41%
B = 34.18%

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

#F691CB (or 0xF691CB) is known color: Tea Rose. HEX triplet: F6, 91 and CB. RGB value is (246,145,203). Sum of RGB (Red+Green+Blue) = 246+145+203=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CB is #096E34. Grayscale: #B5B5B5. Windows color (decimal): -618037 or 13341174. OLE color: 13341174.

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

Color convert

RGB 246 145 203 -
CMYK 0 0.41 0.17 0.04
HSL 325.54º 0.85% 0.77% -
HSV(B) 325.54º 0.41% 0.96% -
XYZ 58.91 44.16 61.92 -
YUV 181.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 246 145 203 0 0.41 0.17 0.04 325.54 0.85 0.77
Hex F6 91 CB 0 29 11 4 146 55 4D
Octal 366 221 313 0 51 21 4 506 125 115
Binary 11110110 10010001 11001011 0 101001 10001 100 101000110 1010101 1001101

Color Harmonies of #F691CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691CB

Black with #F691CB

Text Example


Text Example

White with #F691CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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