Html Css Color HEX #F481C9 Tea Rose

📋 copy color: '#F481C9'

red 244 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #F481C9

Tints of Tea Rose #F481C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.47%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 42.51%
G = 22.47%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F481C9 (or 0xF481C9) is known color: Tea Rose. HEX triplet: F4, 81 and C9. RGB value is (244,129,201). Sum of RGB (Red+Green+Blue) = 244+129+201=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F481C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481C9 is #0B7E36. Grayscale: #ABABAB. Windows color (decimal): -753207 or 13206004. OLE color: 13206004.

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

Color convert

RGB 244 129 201 -
CMYK 0 0.47 0.18 0.04
HSL 322.43º 0.84% 0.73% -
HSV(B) 322.43º 0.47% 0.96% -
XYZ 55.7 39.15 59.88 -
YUV 171.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 244 129 201 0 0.47 0.18 0.04 322.43 0.84 0.73
Hex F4 81 C9 0 2F 12 4 142 54 49
Octal 364 201 311 0 57 22 4 502 124 111
Binary 11110100 10000001 11001001 0 101111 10010 100 101000010 1010100 1001001

Color Harmonies of #F481C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481C9

Black with #F481C9

Text Example


Text Example

White with #F481C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481C9; }

 p { color: rgb(244,129,201); }

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

background-color css

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

 a { background-color: rgb(244,129,201); }

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

border-color css

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

 span { border-color: rgb(244,129,201); }

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