Html Css Color HEX #F787CA Tea Rose

📋 copy color: '#F787CA'

red 247 ◦ green 135 ◦ blue 202

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

Shades of Tea Rose #F787CA

Tints of Tea Rose #F787CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.12%

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 42.29%
G = 23.12%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F787CA (or 0xF787CA) is known color: Tea Rose. HEX triplet: F7, 87 and CA. RGB value is (247,135,202). Sum of RGB (Red+Green+Blue) = 247+135+202=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F787CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F787CA is #087835. Grayscale: #AFAFAF. Windows color (decimal): -555062 or 13273079. OLE color: 13273079.

HSL color Cylindrical-coordinate representation of color #F787CA: hue angle of 324.11º degrees, saturation: 0.88, 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 #F787CA is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 135 202 -
CMYK 0 0.45 0.18 0.03
HSL 324.11º 0.88% 0.75% -
HSV(B) 324.11º 0.45% 0.97% -
XYZ 57.68 41.37 60.82 -
YUV 176.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 247 135 202 0 0.45 0.18 0.03 324.11 0.88 0.75
Hex F7 87 CA 0 2D 12 3 144 58 4B
Octal 367 207 312 0 55 22 3 504 130 113
Binary 11110111 10000111 11001010 0 101101 10010 11 101000100 1011000 1001011

Color Harmonies of #F787CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F787CA

Black with #F787CA

Text Example


Text Example

White with #F787CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F787CA; }

 p { color: rgb(247,135,202); }

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

background-color css

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

 a { background-color: rgb(247,135,202); }

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

border-color css

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

 span { border-color: rgb(247,135,202); }

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