Html Css Color HEX #F07DC8 Tea Rose

📋 copy color: '#F07DC8'

red 240 ◦ green 125 ◦ blue 200

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

Shades of Tea Rose #F07DC8

Tints of Tea Rose #F07DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 42.48%
G = 22.12%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F07DC8 (or 0xF07DC8) is known color: Tea Rose. HEX triplet: F0, 7D and C8. RGB value is (240,125,200). Sum of RGB (Red+Green+Blue) = 240+125+200=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DC8 is #0F8237. Grayscale: #A7A7A7. Windows color (decimal): -1016376 or 13139440. OLE color: 13139440.

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

Color convert

RGB 240 125 200 -
CMYK 0 0.48 0.17 0.06
HSL 320.87º 0.79% 0.72% -
HSV(B) 320.87º 0.48% 0.94% -
XYZ 53.69 37.36 59.03 -
YUV 167.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 240 125 200 0 0.48 0.17 0.06 320.87 0.79 0.72
Hex F0 7D C8 0 30 11 6 141 4F 48
Octal 360 175 310 0 60 21 6 501 117 110
Binary 11110000 1111101 11001000 0 110000 10001 110 101000001 1001111 1001000

Color Harmonies of #F07DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DC8

Black with #F07DC8

Text Example


Text Example

White with #F07DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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