Html Css Color HEX #F78CCB Tea Rose

📋 copy color: '#F78CCB'

red 247 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #F78CCB

Tints of Tea Rose #F78CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

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

R = 41.86%
G = 23.73%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F78CCB (or 0xF78CCB) is known color: Tea Rose. HEX triplet: F7, 8C and CB. RGB value is (247,140,203). Sum of RGB (Red+Green+Blue) = 247+140+203=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CCB is #087334. Grayscale: #B3B3B3. Windows color (decimal): -553781 or 13339895. OLE color: 13339895.

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

Color convert

RGB 247 140 203 -
CMYK 0 0.43 0.18 0.03
HSL 324.67º 0.87% 0.76% -
HSV(B) 324.67º 0.43% 0.97% -
XYZ 58.52 42.84 61.69 -
YUV 179.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 247 140 203 0 0.43 0.18 0.03 324.67 0.87 0.76
Hex F7 8C CB 0 2B 12 3 145 57 4C
Octal 367 214 313 0 53 22 3 505 127 114
Binary 11110111 10001100 11001011 0 101011 10010 11 101000101 1010111 1001100

Color Harmonies of #F78CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CCB

Black with #F78CCB

Text Example


Text Example

White with #F78CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CCB; }

 p { color: rgb(247,140,203); }

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

background-color css

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

 a { background-color: rgb(247,140,203); }

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

border-color css

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

 span { border-color: rgb(247,140,203); }

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