Html Css Color HEX #F37DC7 Tea Rose

📋 copy color: '#F37DC7'

red 243 ◦ green 125 ◦ blue 199

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

Shades of Tea Rose #F37DC7

Tints of Tea Rose #F37DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 42.86%
G = 22.05%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F37DC7 (or 0xF37DC7) is known color: Tea Rose. HEX triplet: F3, 7D and C7. RGB value is (243,125,199). Sum of RGB (Red+Green+Blue) = 243+125+199=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC7 is #0C8238. Grayscale: #A8A8A8. Windows color (decimal): -819769 or 13073907. OLE color: 13073907.

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

Color convert

RGB 243 125 199 -
CMYK 0 0.49 0.18 0.05
HSL 322.37º 0.83% 0.72% -
HSV(B) 322.37º 0.49% 0.95% -
XYZ 54.6 37.85 58.46 -
YUV 168.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 243 125 199 0 0.49 0.18 0.05 322.37 0.83 0.72
Hex F3 7D C7 0 31 12 5 142 53 48
Octal 363 175 307 0 61 22 5 502 123 110
Binary 11110011 1111101 11000111 0 110001 10010 101 101000010 1010011 1001000

Color Harmonies of #F37DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DC7

Black with #F37DC7

Text Example


Text Example

White with #F37DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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