Html Css Color HEX #F788CF Tea Rose

📋 copy color: '#F788CF'

red 247 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #F788CF

Tints of Tea Rose #F788CF

RGB

 RED value IS 247 (96.88% from 255) = 41.86%

 GREEN value IS 136 (53.52% from 255) = 23.05%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 41.86%
G = 23.05%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F788CF (or 0xF788CF) is known color: Tea Rose. HEX triplet: F7, 88 and CF. RGB value is (247,136,207). Sum of RGB (Red+Green+Blue) = 247+136+207=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F788CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788CF is #087730. Grayscale: #B1B1B1. Windows color (decimal): -554801 or 13601015. OLE color: 13601015.

HSL color Cylindrical-coordinate representation of color #F788CF: hue angle of 321.62º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F788CF is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 136 207 -
CMYK 0 0.45 0.16 0.03
HSL 321.62º 0.87% 0.75% -
HSV(B) 321.62º 0.45% 0.97% -
XYZ 58.42 41.89 64.04 -
YUV 177.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 247 136 207 0 0.45 0.16 0.03 321.62 0.87 0.75
Hex F7 88 CF 0 2D 10 3 142 57 4B
Octal 367 210 317 0 55 20 3 502 127 113
Binary 11110111 10001000 11001111 0 101101 10000 11 101000010 1010111 1001011

Color Harmonies of #F788CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F788CF

Black with #F788CF

Text Example


Text Example

White with #F788CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F788CF; }

 p { color: rgb(247,136,207); }

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

background-color css

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

 a { background-color: rgb(247,136,207); }

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

border-color css

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

 span { border-color: rgb(247,136,207); }

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