Html Css Color HEX #F892CD Tea Rose

📋 copy color: '#F892CD'

red 248 ◦ green 146 ◦ blue 205

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

Shades of Tea Rose #F892CD

Tints of Tea Rose #F892CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.37%

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 41.4%
G = 24.37%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F892CD (or 0xF892CD) is known color: Tea Rose. HEX triplet: F8, 92 and CD. RGB value is (248,146,205). Sum of RGB (Red+Green+Blue) = 248+146+205=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F892CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892CD is #076D32. Grayscale: #B7B7B7. Windows color (decimal): -486707 or 13472504. OLE color: 13472504.

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

Color convert

RGB 248 146 205 -
CMYK 0 0.41 0.17 0.03
HSL 325.29º 0.88% 0.77% -
HSV(B) 325.29º 0.41% 0.97% -
XYZ 60.01 44.92 63.27 -
YUV 183.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 248 146 205 0 0.41 0.17 0.03 325.29 0.88 0.77
Hex F8 92 CD 0 29 11 3 145 58 4D
Octal 370 222 315 0 51 21 3 505 130 115
Binary 11111000 10010010 11001101 0 101001 10001 11 101000101 1011000 1001101

Color Harmonies of #F892CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F892CD

Black with #F892CD

Text Example


Text Example

White with #F892CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F892CD; }

 p { color: rgb(248,146,205); }

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

background-color css

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

 a { background-color: rgb(248,146,205); }

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

border-color css

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

 span { border-color: rgb(248,146,205); }

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