Html Css Color HEX #F48FC1 Tea Rose

📋 copy color: '#F48FC1'

red 244 ◦ green 143 ◦ blue 193

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

Shades of Tea Rose #F48FC1

Tints of Tea Rose #F48FC1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.66%

 BLUE value IS 193 (75.78% from 255) = 33.28%

R = 42.07%
G = 24.66%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F48FC1 (or 0xF48FC1) is known color: Tea Rose. HEX triplet: F4, 8F and C1. RGB value is (244,143,193). Sum of RGB (Red+Green+Blue) = 244+143+193=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FC1 is #0B703E. Grayscale: #B2B2B2. Windows color (decimal): -749631 or 12685300. OLE color: 12685300.

HSL color Cylindrical-coordinate representation of color #F48FC1: hue angle of 330.3º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FC1 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 143 193 -
CMYK 0 0.41 0.21 0.04
HSL 330.3º 0.82% 0.76% -
HSV(B) 330.3º 0.41% 0.96% -
XYZ 56.76 42.73 55.71 -
YUV 178.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 244 143 193 0 0.41 0.21 0.04 330.3 0.82 0.76
Hex F4 8F C1 0 29 15 4 14A 52 4C
Octal 364 217 301 0 51 25 4 512 122 114
Binary 11110100 10001111 11000001 0 101001 10101 100 101001010 1010010 1001100

Color Harmonies of #F48FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48FC1

Black with #F48FC1

Text Example


Text Example

White with #F48FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48FC1; }

 p { color: rgb(244,143,193); }

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

background-color css

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

 a { background-color: rgb(244,143,193); }

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

border-color css

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

 span { border-color: rgb(244,143,193); }

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