Html Css Color HEX #F383CF Tea Rose

📋 copy color: '#F383CF'

red 243 ◦ green 131 ◦ blue 207

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

Shades of Tea Rose #F383CF

Tints of Tea Rose #F383CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.55%

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

R = 41.82%
G = 22.55%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F383CF (or 0xF383CF) is known color: Tea Rose. HEX triplet: F3, 83 and CF. RGB value is (243,131,207). Sum of RGB (Red+Green+Blue) = 243+131+207=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F383CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383CF is #0C7C30. Grayscale: #ACACAC. Windows color (decimal): -818225 or 13599731. OLE color: 13599731.

HSL color Cylindrical-coordinate representation of color #F383CF: hue angle of 319.29º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383CF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 207 -
CMYK 0 0.46 0.15 0.05
HSL 319.29º 0.82% 0.73% -
HSV(B) 319.29º 0.46% 0.95% -
XYZ 56.34 39.79 63.74 -
YUV 173.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 243 131 207 0 0.46 0.15 0.05 319.29 0.82 0.73
Hex F3 83 CF 0 2E F 5 13F 52 49
Octal 363 203 317 0 56 17 5 477 122 111
Binary 11110011 10000011 11001111 0 101110 1111 101 100111111 1010010 1001001

Color Harmonies of #F383CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383CF

Black with #F383CF

Text Example


Text Example

White with #F383CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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