Html Css Color HEX #F081CA Tea Rose

📋 copy color: '#F081CA'

red 240 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #F081CA

Tints of Tea Rose #F081CA

RGB

 RED value IS 240 (94.14% from 255) = 42.03%

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

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

R = 42.03%
G = 22.59%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F081CA (or 0xF081CA) is known color: Tea Rose. HEX triplet: F0, 81 and CA. RGB value is (240,129,202). Sum of RGB (Red+Green+Blue) = 240+129+202=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CA is #0F7E35. Grayscale: #AAAAAA. Windows color (decimal): -1015350 or 13271536. OLE color: 13271536.

HSL color Cylindrical-coordinate representation of color #F081CA: hue angle of 320.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081CA is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 202 -
CMYK 0 0.46 0.16 0.06
HSL 320.54º 0.79% 0.72% -
HSV(B) 320.54º 0.46% 0.94% -
XYZ 54.45 38.49 60.44 -
YUV 170.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 240 129 202 0 0.46 0.16 0.06 320.54 0.79 0.72
Hex F0 81 CA 0 2E 10 6 141 4F 48
Octal 360 201 312 0 56 20 6 501 117 110
Binary 11110000 10000001 11001010 0 101110 10000 110 101000001 1001111 1001000

Color Harmonies of #F081CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081CA

Black with #F081CA

Text Example


Text Example

White with #F081CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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