Html Css Color HEX #F07DCD Tea Rose

📋 copy color: '#F07DCD'

red 240 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #F07DCD

Tints of Tea Rose #F07DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 42.11%
G = 21.93%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F07DCD (or 0xF07DCD) is known color: Tea Rose. HEX triplet: F0, 7D and CD. RGB value is (240,125,205). Sum of RGB (Red+Green+Blue) = 240+125+205=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DCD is #0F8232. Grayscale: #A8A8A8. Windows color (decimal): -1016371 or 13467120. OLE color: 13467120.

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

Color convert

RGB 240 125 205 -
CMYK 0 0.48 0.15 0.06
HSL 318.26º 0.79% 0.72% -
HSV(B) 318.26º 0.48% 0.94% -
XYZ 54.29 37.6 62.15 -
YUV 168.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 240 125 205 0 0.48 0.15 0.06 318.26 0.79 0.72
Hex F0 7D CD 0 30 F 6 13E 4F 48
Octal 360 175 315 0 60 17 6 476 117 110
Binary 11110000 1111101 11001101 0 110000 1111 110 100111110 1001111 1001000

Color Harmonies of #F07DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DCD

Black with #F07DCD

Text Example


Text Example

White with #F07DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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