Html Css Color HEX #F87FCB Tea Rose

📋 copy color: '#F87FCB'

red 248 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #F87FCB

Tints of Tea Rose #F87FCB

RGB

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

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

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

R = 42.91%
G = 21.97%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F87FCB (or 0xF87FCB) is known color: Tea Rose. HEX triplet: F8, 7F and CB. RGB value is (248,127,203). Sum of RGB (Red+Green+Blue) = 248+127+203=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FCB is #078034. Grayscale: #ABABAB. Windows color (decimal): -491573 or 13336568. OLE color: 13336568.

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

Color convert

RGB 248 127 203 -
CMYK 0 0.49 0.18 0.03
HSL 322.31º 0.9% 0.74% -
HSV(B) 322.31º 0.49% 0.97% -
XYZ 57.08 39.45 61.11 -
YUV 171.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 248 127 203 0 0.49 0.18 0.03 322.31 0.9 0.74
Hex F8 7F CB 0 31 12 3 142 5A 4A
Octal 370 177 313 0 61 22 3 502 132 112
Binary 11111000 1111111 11001011 0 110001 10010 11 101000010 1011010 1001010

Color Harmonies of #F87FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FCB

Black with #F87FCB

Text Example


Text Example

White with #F87FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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