Html Css Color HEX #F895CF Tea Rose

📋 copy color: '#F895CF'

red 248 ◦ green 149 ◦ blue 207

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

Shades of Tea Rose #F895CF

Tints of Tea Rose #F895CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.67%

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

R = 41.06%
G = 24.67%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F895CF (or 0xF895CF) is known color: Tea Rose. HEX triplet: F8, 95 and CF. RGB value is (248,149,207). Sum of RGB (Red+Green+Blue) = 248+149+207=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F895CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895CF is #076A30. Grayscale: #B9B9B9. Windows color (decimal): -485937 or 13604344. OLE color: 13604344.

HSL color Cylindrical-coordinate representation of color #F895CF: hue angle of 324.85º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895CF is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 149 207 -
CMYK 0 0.40 0.17 0.03
HSL 324.85º 0.88% 0.78% -
HSV(B) 324.85º 0.4% 0.97% -
XYZ 60.72 45.96 64.7 -
YUV 185.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 248 149 207 0 0.40 0.17 0.03 324.85 0.88 0.78
Hex F8 95 CF 0 28 11 3 145 58 4E
Octal 370 225 317 0 50 21 3 505 130 116
Binary 11111000 10010101 11001111 0 101000 10001 11 101000101 1011000 1001110

Color Harmonies of #F895CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895CF

Black with #F895CF

Text Example


Text Example

White with #F895CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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