Html Css Color HEX #F07FD1 Tea Rose

📋 copy color: '#F07FD1'

red 240 ◦ green 127 ◦ blue 209

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

Shades of Tea Rose #F07FD1

Tints of Tea Rose #F07FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.05%

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 41.67%
G = 22.05%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F07FD1 (or 0xF07FD1) is known color: Tea Rose. HEX triplet: F0, 7F and D1. RGB value is (240,127,209). Sum of RGB (Red+Green+Blue) = 240+127+209=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FD1 is #0F802E. Grayscale: #A9A9A9. Windows color (decimal): -1015855 or 13729776. OLE color: 13729776.

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

Color convert

RGB 240 127 209 -
CMYK 0 0.47 0.13 0.06
HSL 316.46º 0.79% 0.72% -
HSV(B) 316.46º 0.47% 0.94% -
XYZ 55.03 38.31 64.82 -
YUV 170.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 240 127 209 0 0.47 0.13 0.06 316.46 0.79 0.72
Hex F0 7F D1 0 2F D 6 13C 4F 48
Octal 360 177 321 0 57 15 6 474 117 110
Binary 11110000 1111111 11010001 0 101111 1101 110 100111100 1001111 1001000

Color Harmonies of #F07FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FD1

Black with #F07FD1

Text Example


Text Example

White with #F07FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FD1; }

 p { color: rgb(240,127,209); }

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

background-color css

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

 a { background-color: rgb(240,127,209); }

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

border-color css

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

 span { border-color: rgb(240,127,209); }

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