Html Css Color HEX #F07DD1 Tea Rose

📋 copy color: '#F07DD1'

red 240 ◦ green 125 ◦ blue 209

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

Shades of Tea Rose #F07DD1

Tints of Tea Rose #F07DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.78%

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

R = 41.81%
G = 21.78%
B = 36.41%

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

#F07DD1 (or 0xF07DD1) is known color: Tea Rose. HEX triplet: F0, 7D and D1. RGB value is (240,125,209). Sum of RGB (Red+Green+Blue) = 240+125+209=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DD1 is #0F822E. Grayscale: #A8A8A8. Windows color (decimal): -1016367 or 13729264. OLE color: 13729264.

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

Color convert

RGB 240 125 209 -
CMYK 0 0.48 0.13 0.06
HSL 316.17º 0.79% 0.72% -
HSV(B) 316.17º 0.48% 0.94% -
XYZ 54.78 37.8 64.73 -
YUV 168.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 240 125 209 0 0.48 0.13 0.06 316.17 0.79 0.72
Hex F0 7D D1 0 30 D 6 13C 4F 48
Octal 360 175 321 0 60 15 6 474 117 110
Binary 11110000 1111101 11010001 0 110000 1101 110 100111100 1001111 1001000

Color Harmonies of #F07DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DD1

Black with #F07DD1

Text Example


Text Example

White with #F07DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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