Html Css Color HEX #F37DCD Tea Rose

📋 copy color: '#F37DCD'

red 243 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #F37DCD

Tints of Tea Rose #F37DCD

RGB

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

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

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

R = 42.41%
G = 21.82%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F37DCD (or 0xF37DCD) is known color: Tea Rose. HEX triplet: F3, 7D and CD. RGB value is (243,125,205). Sum of RGB (Red+Green+Blue) = 243+125+205=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DCD is #0C8232. Grayscale: #A9A9A9. Windows color (decimal): -819763 or 13467123. OLE color: 13467123.

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

Color convert

RGB 243 125 205 -
CMYK 0 0.49 0.16 0.05
HSL 319.32º 0.83% 0.72% -
HSV(B) 319.32º 0.49% 0.95% -
XYZ 55.32 38.13 62.2 -
YUV 169.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 243 125 205 0 0.49 0.16 0.05 319.32 0.83 0.72
Hex F3 7D CD 0 31 10 5 13F 53 48
Octal 363 175 315 0 61 20 5 477 123 110
Binary 11110011 1111101 11001101 0 110001 10000 101 100111111 1010011 1001000

Color Harmonies of #F37DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DCD

Black with #F37DCD

Text Example


Text Example

White with #F37DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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