Html Css Color HEX #F486CA Tea Rose

📋 copy color: '#F486CA'

red 244 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #F486CA

Tints of Tea Rose #F486CA

RGB

 RED value IS 244 (95.7% from 255) = 42.07%

 GREEN value IS 134 (52.73% from 255) = 23.1%

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

R = 42.07%
G = 23.1%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F486CA (or 0xF486CA) is known color: Tea Rose. HEX triplet: F4, 86 and CA. RGB value is (244,134,202). Sum of RGB (Red+Green+Blue) = 244+134+202=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F486CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486CA is #0B7935. Grayscale: #AEAEAE. Windows color (decimal): -751926 or 13272820. OLE color: 13272820.

HSL color Cylindrical-coordinate representation of color #F486CA: hue angle of 322.91º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486CA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 134 202 -
CMYK 0 0.45 0.17 0.04
HSL 322.91º 0.83% 0.74% -
HSV(B) 322.91º 0.45% 0.96% -
XYZ 56.49 40.55 60.73 -
YUV 174.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 244 134 202 0 0.45 0.17 0.04 322.91 0.83 0.74
Hex F4 86 CA 0 2D 11 4 143 53 4A
Octal 364 206 312 0 55 21 4 503 123 112
Binary 11110100 10000110 11001010 0 101101 10001 100 101000011 1010011 1001010

Color Harmonies of #F486CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486CA

Black with #F486CA

Text Example


Text Example

White with #F486CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486CA; }

 p { color: rgb(244,134,202); }

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

background-color css

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

 a { background-color: rgb(244,134,202); }

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

border-color css

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

 span { border-color: rgb(244,134,202); }

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