Html Css Color HEX #F48ACF Tea Rose

📋 copy color: '#F48ACF'

red 244 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #F48ACF

Tints of Tea Rose #F48ACF

RGB

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

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

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

R = 41.43%
G = 23.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F48ACF (or 0xF48ACF) is known color: Tea Rose. HEX triplet: F4, 8A and CF. RGB value is (244,138,207). Sum of RGB (Red+Green+Blue) = 244+138+207=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ACF is #0B7530. Grayscale: #B1B1B1. Windows color (decimal): -750897 or 13601524. OLE color: 13601524.

HSL color Cylindrical-coordinate representation of color #F48ACF: hue angle of 320.94º 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 #F48ACF is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 138 207 -
CMYK 0 0.43 0.15 0.04
HSL 320.94º 0.83% 0.75% -
HSV(B) 320.94º 0.43% 0.96% -
XYZ 57.66 41.92 64.08 -
YUV 177.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 244 138 207 0 0.43 0.15 0.04 320.94 0.83 0.75
Hex F4 8A CF 0 2B F 4 141 53 4B
Octal 364 212 317 0 53 17 4 501 123 113
Binary 11110100 10001010 11001111 0 101011 1111 100 101000001 1010011 1001011

Color Harmonies of #F48ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48ACF

Black with #F48ACF

Text Example


Text Example

White with #F48ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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