Html Css Color HEX #F07DCA Tea Rose

📋 copy color: '#F07DCA'

red 240 ◦ green 125 ◦ blue 202

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

Shades of Tea Rose #F07DCA

Tints of Tea Rose #F07DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 42.33%
G = 22.05%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F07DCA (or 0xF07DCA) is known color: Tea Rose. HEX triplet: F0, 7D and CA. RGB value is (240,125,202). Sum of RGB (Red+Green+Blue) = 240+125+202=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DCA is #0F8235. Grayscale: #A7A7A7. Windows color (decimal): -1016374 or 13270512. OLE color: 13270512.

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

Color convert

RGB 240 125 202 -
CMYK 0 0.48 0.16 0.06
HSL 319.83º 0.79% 0.72% -
HSV(B) 319.83º 0.48% 0.94% -
XYZ 53.93 37.46 60.26 -
YUV 168.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 240 125 202 0 0.48 0.16 0.06 319.83 0.79 0.72
Hex F0 7D CA 0 30 10 6 140 4F 48
Octal 360 175 312 0 60 20 6 500 117 110
Binary 11110000 1111101 11001010 0 110000 10000 110 101000000 1001111 1001000

Color Harmonies of #F07DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DCA

Black with #F07DCA

Text Example


Text Example

White with #F07DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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