Html Css Color HEX #F37DCF Tea Rose

📋 copy color: '#F37DCF'

red 243 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #F37DCF

Tints of Tea Rose #F37DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 42.26%
G = 21.74%
B = 36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F37DCF (or 0xF37DCF) is known color: Tea Rose. HEX triplet: F3, 7D and CF. RGB value is (243,125,207). Sum of RGB (Red+Green+Blue) = 243+125+207=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DCF is #0C8230. Grayscale: #A9A9A9. Windows color (decimal): -819761 or 13598195. OLE color: 13598195.

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

Color convert

RGB 243 125 207 -
CMYK 0 0.49 0.15 0.05
HSL 318.31º 0.83% 0.72% -
HSV(B) 318.31º 0.49% 0.95% -
XYZ 55.56 38.23 63.48 -
YUV 169.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 243 125 207 0 0.49 0.15 0.05 318.31 0.83 0.72
Hex F3 7D CF 0 31 F 5 13E 53 48
Octal 363 175 317 0 61 17 5 476 123 110
Binary 11110011 1111101 11001111 0 110001 1111 101 100111110 1010011 1001000

Color Harmonies of #F37DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DCF

Black with #F37DCF

Text Example


Text Example

White with #F37DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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