Html Css Color HEX #F87DD0 Tea Rose

📋 copy color: '#F87DD0'

red 248 ◦ green 125 ◦ blue 208

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

Shades of Tea Rose #F87DD0

Tints of Tea Rose #F87DD0

RGB

 RED value IS 248 (97.27% from 255) = 42.69%

 GREEN value IS 125 (49.22% from 255) = 21.51%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 42.69%
G = 21.51%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F87DD0 (or 0xF87DD0) is known color: Tea Rose. HEX triplet: F8, 7D and D0. RGB value is (248,125,208). Sum of RGB (Red+Green+Blue) = 248+125+208=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DD0 is #07822F. Grayscale: #ABABAB. Windows color (decimal): -492080 or 13663736. OLE color: 13663736.

HSL color Cylindrical-coordinate representation of color #F87DD0: hue angle of 319.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DD0 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 208 -
CMYK 0 0.50 0.16 0.03
HSL 319.51º 0.9% 0.73% -
HSV(B) 319.51º 0.5% 0.97% -
XYZ 57.43 39.18 64.21 -
YUV 171.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 248 125 208 0 0.50 0.16 0.03 319.51 0.9 0.73
Hex F8 7D D0 0 32 10 3 140 5A 49
Octal 370 175 320 0 62 20 3 500 132 111
Binary 11111000 1111101 11010000 0 110010 10000 11 101000000 1011010 1001001

Color Harmonies of #F87DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DD0

Black with #F87DD0

Text Example


Text Example

White with #F87DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DD0; }

 p { color: rgb(248,125,208); }

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

background-color css

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

 a { background-color: rgb(248,125,208); }

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

border-color css

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

 span { border-color: rgb(248,125,208); }

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