Html Css Color HEX #F482CC Tea Rose

📋 copy color: '#F482CC'

red 244 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F482CC

Tints of Tea Rose #F482CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 42.21%
G = 22.49%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F482CC (or 0xF482CC) is known color: Tea Rose. HEX triplet: F4, 82 and CC. RGB value is (244,130,204). Sum of RGB (Red+Green+Blue) = 244+130+204=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F482CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482CC is #0B7D33. Grayscale: #ACACAC. Windows color (decimal): -752948 or 13402868. OLE color: 13402868.

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

Color convert

RGB 244 130 204 -
CMYK 0 0.47 0.16 0.04
HSL 321.05º 0.84% 0.73% -
HSV(B) 321.05º 0.47% 0.96% -
XYZ 56.19 39.56 61.8 -
YUV 172.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 244 130 204 0 0.47 0.16 0.04 321.05 0.84 0.73
Hex F4 82 CC 0 2F 10 4 141 54 49
Octal 364 202 314 0 57 20 4 501 124 111
Binary 11110100 10000010 11001100 0 101111 10000 100 101000001 1010100 1001001

Color Harmonies of #F482CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482CC

Black with #F482CC

Text Example


Text Example

White with #F482CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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