Html Css Color HEX #F07ED1 Tea Rose

📋 copy color: '#F07ED1'

red 240 ◦ green 126 ◦ blue 209

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

Shades of Tea Rose #F07ED1

Tints of Tea Rose #F07ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.91%

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

R = 41.74%
G = 21.91%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F07ED1 (or 0xF07ED1) is known color: Tea Rose. HEX triplet: F0, 7E and D1. RGB value is (240,126,209). Sum of RGB (Red+Green+Blue) = 240+126+209=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ED1 is #0F812E. Grayscale: #A9A9A9. Windows color (decimal): -1016111 or 13729520. OLE color: 13729520.

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

Color convert

RGB 240 126 209 -
CMYK 0 0.48 0.13 0.06
HSL 316.32º 0.79% 0.72% -
HSV(B) 316.32º 0.48% 0.94% -
XYZ 54.9 38.05 64.77 -
YUV 169.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 240 126 209 0 0.48 0.13 0.06 316.32 0.79 0.72
Hex F0 7E D1 0 30 D 6 13C 4F 48
Octal 360 176 321 0 60 15 6 474 117 110
Binary 11110000 1111110 11010001 0 110000 1101 110 100111100 1001111 1001000

Color Harmonies of #F07ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07ED1

Black with #F07ED1

Text Example


Text Example

White with #F07ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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