Html Css Color HEX #F081CF Tea Rose

📋 copy color: '#F081CF'

red 240 ◦ green 129 ◦ blue 207

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

Shades of Tea Rose #F081CF

Tints of Tea Rose #F081CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 41.67%
G = 22.4%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F081CF (or 0xF081CF) is known color: Tea Rose. HEX triplet: F0, 81 and CF. RGB value is (240,129,207). Sum of RGB (Red+Green+Blue) = 240+129+207=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CF is #0F7E30. Grayscale: #AAAAAA. Windows color (decimal): -1015345 or 13599216. OLE color: 13599216.

HSL color Cylindrical-coordinate representation of color #F081CF: hue angle of 317.84º 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 #F081CF is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 207 -
CMYK 0 0.46 0.14 0.06
HSL 317.84º 0.79% 0.72% -
HSV(B) 317.84º 0.46% 0.94% -
XYZ 55.05 38.73 63.61 -
YUV 171.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 240 129 207 0 0.46 0.14 0.06 317.84 0.79 0.72
Hex F0 81 CF 0 2E E 6 13E 4F 48
Octal 360 201 317 0 56 16 6 476 117 110
Binary 11110000 10000001 11001111 0 101110 1110 110 100111110 1001111 1001000

Color Harmonies of #F081CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081CF

Black with #F081CF

Text Example


Text Example

White with #F081CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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