Html Css Color HEX #F37DC5 Tea Rose

📋 copy color: '#F37DC5'

red 243 ◦ green 125 ◦ blue 197

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

Shades of Tea Rose #F37DC5

Tints of Tea Rose #F37DC5

RGB

 RED value IS 243 (95.31% from 255) = 43.01%

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 43.01%
G = 22.12%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F37DC5 (or 0xF37DC5) is known color: Tea Rose. HEX triplet: F3, 7D and C5. RGB value is (243,125,197). Sum of RGB (Red+Green+Blue) = 243+125+197=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC5 is #0C823A. Grayscale: #A8A8A8. Windows color (decimal): -819771 or 12942835. OLE color: 12942835.

HSL color Cylindrical-coordinate representation of color #F37DC5: hue angle of 323.39º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DC5 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 125 197 -
CMYK 0 0.49 0.19 0.05
HSL 323.39º 0.83% 0.72% -
HSV(B) 323.39º 0.49% 0.95% -
XYZ 54.37 37.75 57.24 -
YUV 168.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 243 125 197 0 0.49 0.19 0.05 323.39 0.83 0.72
Hex F3 7D C5 0 31 13 5 143 53 48
Octal 363 175 305 0 61 23 5 503 123 110
Binary 11110011 1111101 11000101 0 110001 10011 101 101000011 1010011 1001000

Color Harmonies of #F37DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DC5

Black with #F37DC5

Text Example


Text Example

White with #F37DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DC5; }

 p { color: rgb(243,125,197); }

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

background-color css

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

 a { background-color: rgb(243,125,197); }

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

border-color css

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

 span { border-color: rgb(243,125,197); }

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