Html Css Color HEX #F87FCF Tea Rose

📋 copy color: '#F87FCF'

red 248 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #F87FCF

Tints of Tea Rose #F87FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.82%

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

R = 42.61%
G = 21.82%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F87FCF (or 0xF87FCF) is known color: Tea Rose. HEX triplet: F8, 7F and CF. RGB value is (248,127,207). Sum of RGB (Red+Green+Blue) = 248+127+207=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FCF is #078030. Grayscale: #ACACAC. Windows color (decimal): -491569 or 13598712. OLE color: 13598712.

HSL color Cylindrical-coordinate representation of color #F87FCF: hue angle of 320.33º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FCF is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 207 -
CMYK 0 0.49 0.17 0.03
HSL 320.33º 0.9% 0.74% -
HSV(B) 320.33º 0.49% 0.97% -
XYZ 57.56 39.64 63.65 -
YUV 172.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 248 127 207 0 0.49 0.17 0.03 320.33 0.9 0.74
Hex F8 7F CF 0 31 11 3 140 5A 4A
Octal 370 177 317 0 61 21 3 500 132 112
Binary 11111000 1111111 11001111 0 110001 10001 11 101000000 1011010 1001010

Color Harmonies of #F87FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FCF

Black with #F87FCF

Text Example


Text Example

White with #F87FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FCF; }

 p { color: rgb(248,127,207); }

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

background-color css

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

 a { background-color: rgb(248,127,207); }

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

border-color css

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

 span { border-color: rgb(248,127,207); }

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