Html Css Color HEX #F482CB Tea Rose

📋 copy color: '#F482CB'

red 244 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #F482CB

Tints of Tea Rose #F482CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.53%

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

R = 42.29%
G = 22.53%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F482CB (or 0xF482CB) is known color: Tea Rose. HEX triplet: F4, 82 and CB. RGB value is (244,130,203). Sum of RGB (Red+Green+Blue) = 244+130+203=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CB is #0B7D34. Grayscale: #ACACAC. Windows color (decimal): -752949 or 13337332. OLE color: 13337332.

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

Color convert

RGB 244 130 203 -
CMYK 0 0.47 0.17 0.04
HSL 321.58º 0.84% 0.73% -
HSV(B) 321.58º 0.47% 0.96% -
XYZ 56.07 39.51 61.17 -
YUV 172.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 244 130 203 0 0.47 0.17 0.04 321.58 0.84 0.73
Hex F4 82 CB 0 2F 11 4 142 54 49
Octal 364 202 313 0 57 21 4 502 124 111
Binary 11110100 10000010 11001011 0 101111 10001 100 101000010 1010100 1001001

Color Harmonies of #F482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482CB

Black with #F482CB

Text Example


Text Example

White with #F482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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