Html Css Color HEX #F894CF Tea Rose

📋 copy color: '#F894CF'

red 248 ◦ green 148 ◦ blue 207

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

Shades of Tea Rose #F894CF

Tints of Tea Rose #F894CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.54%

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

R = 41.13%
G = 24.54%
B = 34.33%

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

#F894CF (or 0xF894CF) is known color: Tea Rose. HEX triplet: F8, 94 and CF. RGB value is (248,148,207). Sum of RGB (Red+Green+Blue) = 248+148+207=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F894CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894CF is #076B30. Grayscale: #B8B8B8. Windows color (decimal): -486193 or 13604088. OLE color: 13604088.

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

Color convert

RGB 248 148 207 -
CMYK 0 0.40 0.17 0.03
HSL 324.6º 0.88% 0.78% -
HSV(B) 324.6º 0.4% 0.97% -
XYZ 60.56 45.64 64.65 -
YUV 184.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 248 148 207 0 0.40 0.17 0.03 324.6 0.88 0.78
Hex F8 94 CF 0 28 11 3 145 58 4E
Octal 370 224 317 0 50 21 3 505 130 116
Binary 11111000 10010100 11001111 0 101000 10001 11 101000101 1011000 1001110

Color Harmonies of #F894CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894CF

Black with #F894CF

Text Example


Text Example

White with #F894CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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