Html Css Color HEX #F48AD3 Tea Rose

📋 copy color: '#F48AD3'

red 244 ◦ green 138 ◦ blue 211

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

Shades of Tea Rose #F48AD3

Tints of Tea Rose #F48AD3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.27%

 BLUE value IS 211 (82.81% from 255) = 35.58%

R = 41.15%
G = 23.27%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F48AD3 (or 0xF48AD3) is known color: Tea Rose. HEX triplet: F4, 8A and D3. RGB value is (244,138,211). Sum of RGB (Red+Green+Blue) = 244+138+211=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48AD3 is #0B752C. Grayscale: #B1B1B1. Windows color (decimal): -750893 or 13863668. OLE color: 13863668.

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

Color convert

RGB 244 138 211 -
CMYK 0 0.43 0.14 0.04
HSL 318.68º 0.83% 0.75% -
HSV(B) 318.68º 0.43% 0.96% -
XYZ 58.15 42.11 66.69 -
YUV 178.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 244 138 211 0 0.43 0.14 0.04 318.68 0.83 0.75
Hex F4 8A D3 0 2B E 4 13F 53 4B
Octal 364 212 323 0 53 16 4 477 123 113
Binary 11110100 10001010 11010011 0 101011 1110 100 100111111 1010011 1001011

Color Harmonies of #F48AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48AD3

Black with #F48AD3

Text Example


Text Example

White with #F48AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48AD3; }

 p { color: rgb(244,138,211); }

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

background-color css

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

 a { background-color: rgb(244,138,211); }

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

border-color css

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

 span { border-color: rgb(244,138,211); }

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