Html Css Color HEX #F481CB Tea Rose

📋 copy color: '#F481CB'

red 244 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #F481CB

Tints of Tea Rose #F481CB

RGB

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

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

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

R = 42.36%
G = 22.4%
B = 35.24%

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

#F481CB (or 0xF481CB) is known color: Tea Rose. HEX triplet: F4, 81 and CB. RGB value is (244,129,203). Sum of RGB (Red+Green+Blue) = 244+129+203=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F481CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481CB is #0B7E34. Grayscale: #ABABAB. Windows color (decimal): -753205 or 13337076. OLE color: 13337076.

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

Color convert

RGB 244 129 203 -
CMYK 0 0.47 0.17 0.04
HSL 321.39º 0.84% 0.73% -
HSV(B) 321.39º 0.47% 0.96% -
XYZ 55.94 39.25 61.13 -
YUV 171.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 244 129 203 0 0.47 0.17 0.04 321.39 0.84 0.73
Hex F4 81 CB 0 2F 11 4 141 54 49
Octal 364 201 313 0 57 21 4 501 124 111
Binary 11110100 10000001 11001011 0 101111 10001 100 101000001 1010100 1001001

Color Harmonies of #F481CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481CB

Black with #F481CB

Text Example


Text Example

White with #F481CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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