Html Css Color HEX #F893CA Tea Rose

📋 copy color: '#F893CA'

red 248 ◦ green 147 ◦ blue 202

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

Shades of Tea Rose #F893CA

Tints of Tea Rose #F893CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.62%

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 41.54%
G = 24.62%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F893CA (or 0xF893CA) is known color: Tea Rose. HEX triplet: F8, 93 and CA. RGB value is (248,147,202). Sum of RGB (Red+Green+Blue) = 248+147+202=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F893CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893CA is #076C35. Grayscale: #B7B7B7. Windows color (decimal): -486454 or 13276152. OLE color: 13276152.

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

Color convert

RGB 248 147 202 -
CMYK 0 0.41 0.19 0.03
HSL 327.33º 0.88% 0.77% -
HSV(B) 327.33º 0.41% 0.97% -
XYZ 59.81 45.09 61.43 -
YUV 183.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 248 147 202 0 0.41 0.19 0.03 327.33 0.88 0.77
Hex F8 93 CA 0 29 13 3 147 58 4D
Octal 370 223 312 0 51 23 3 507 130 115
Binary 11111000 10010011 11001010 0 101001 10011 11 101000111 1011000 1001101

Color Harmonies of #F893CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893CA

Black with #F893CA

Text Example


Text Example

White with #F893CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893CA; }

 p { color: rgb(248,147,202); }

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

background-color css

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

 a { background-color: rgb(248,147,202); }

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

border-color css

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

 span { border-color: rgb(248,147,202); }

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