Html Css Color HEX #F382CF Tea Rose

📋 copy color: '#F382CF'

red 243 ◦ green 130 ◦ blue 207

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

Shades of Tea Rose #F382CF

Tints of Tea Rose #F382CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.41%

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

R = 41.9%
G = 22.41%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F382CF (or 0xF382CF) is known color: Tea Rose. HEX triplet: F3, 82 and CF. RGB value is (243,130,207). Sum of RGB (Red+Green+Blue) = 243+130+207=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F382CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382CF is #0C7D30. Grayscale: #ACACAC. Windows color (decimal): -818481 or 13599475. OLE color: 13599475.

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

Color convert

RGB 243 130 207 -
CMYK 0 0.47 0.15 0.05
HSL 319.12º 0.82% 0.73% -
HSV(B) 319.12º 0.47% 0.95% -
XYZ 56.21 39.52 63.7 -
YUV 172.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 243 130 207 0 0.47 0.15 0.05 319.12 0.82 0.73
Hex F3 82 CF 0 2F F 5 13F 52 49
Octal 363 202 317 0 57 17 5 477 122 111
Binary 11110011 10000010 11001111 0 101111 1111 101 100111111 1010010 1001001

Color Harmonies of #F382CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382CF

Black with #F382CF

Text Example


Text Example

White with #F382CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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