Html Css Color HEX #F391D2 Tea Rose

📋 copy color: '#F391D2'

red 243 ◦ green 145 ◦ blue 210

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

Shades of Tea Rose #F391D2

Tints of Tea Rose #F391D2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.25%

 BLUE value IS 210 (82.42% from 255) = 35.12%

R = 40.64%
G = 24.25%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F391D2 (or 0xF391D2) is known color: Tea Rose. HEX triplet: F3, 91 and D2. RGB value is (243,145,210). Sum of RGB (Red+Green+Blue) = 243+145+210=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F391D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391D2 is #0C6E2D. Grayscale: #B5B5B5. Windows color (decimal): -814638 or 13799923. OLE color: 13799923.

HSL color Cylindrical-coordinate representation of color #F391D2: hue angle of 320.2º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391D2 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 145 210 -
CMYK 0 0.40 0.14 0.05
HSL 320.2º 0.8% 0.76% -
HSV(B) 320.2º 0.4% 0.95% -
XYZ 58.72 43.96 66.36 -
YUV 181.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 243 145 210 0 0.40 0.14 0.05 320.2 0.8 0.76
Hex F3 91 D2 0 28 E 5 140 50 4C
Octal 363 221 322 0 50 16 5 500 120 114
Binary 11110011 10010001 11010010 0 101000 1110 101 101000000 1010000 1001100

Color Harmonies of #F391D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F391D2

Black with #F391D2

Text Example


Text Example

White with #F391D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F391D2; }

 p { color: rgb(243,145,210); }

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

background-color css

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

 a { background-color: rgb(243,145,210); }

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

border-color css

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

 span { border-color: rgb(243,145,210); }

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