Html Css Color HEX #F48BCB Tea Rose

📋 copy color: '#F48BCB'

red 244 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #F48BCB

Tints of Tea Rose #F48BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.72%

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 41.64%
G = 23.72%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F48BCB (or 0xF48BCB) is known color: Tea Rose. HEX triplet: F4, 8B and CB. RGB value is (244,139,203). Sum of RGB (Red+Green+Blue) = 244+139+203=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BCB is #0B7434. Grayscale: #B1B1B1. Windows color (decimal): -750645 or 13339636. OLE color: 13339636.

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

Color convert

RGB 244 139 203 -
CMYK 0 0.43 0.17 0.04
HSL 323.43º 0.83% 0.75% -
HSV(B) 323.43º 0.43% 0.96% -
XYZ 57.32 42.01 61.59 -
YUV 177.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 244 139 203 0 0.43 0.17 0.04 323.43 0.83 0.75
Hex F4 8B CB 0 2B 11 4 143 53 4B
Octal 364 213 313 0 53 21 4 503 123 113
Binary 11110100 10001011 11001011 0 101011 10001 100 101000011 1010011 1001011

Color Harmonies of #F48BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BCB

Black with #F48BCB

Text Example


Text Example

White with #F48BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BCB; }

 p { color: rgb(244,139,203); }

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

background-color css

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

 a { background-color: rgb(244,139,203); }

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

border-color css

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

 span { border-color: rgb(244,139,203); }

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