Html Css Color HEX #F481CA Tea Rose

📋 copy color: '#F481CA'

red 244 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #F481CA

Tints of Tea Rose #F481CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 42.43%
G = 22.43%
B = 35.13%

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

#F481CA (or 0xF481CA) is known color: Tea Rose. HEX triplet: F4, 81 and CA. RGB value is (244,129,202). Sum of RGB (Red+Green+Blue) = 244+129+202=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F481CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481CA is #0B7E35. Grayscale: #ABABAB. Windows color (decimal): -753206 or 13271540. OLE color: 13271540.

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

Color convert

RGB 244 129 202 -
CMYK 0 0.47 0.17 0.04
HSL 321.91º 0.84% 0.73% -
HSV(B) 321.91º 0.47% 0.96% -
XYZ 55.82 39.2 60.5 -
YUV 171.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 244 129 202 0 0.47 0.17 0.04 321.91 0.84 0.73
Hex F4 81 CA 0 2F 11 4 142 54 49
Octal 364 201 312 0 57 21 4 502 124 111
Binary 11110100 10000001 11001010 0 101111 10001 100 101000010 1010100 1001001

Color Harmonies of #F481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481CA

Black with #F481CA

Text Example


Text Example

White with #F481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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