Html Css Color HEX #F391C8 Tea Rose

📋 copy color: '#F391C8'

red 243 ◦ green 145 ◦ blue 200

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

Shades of Tea Rose #F391C8

Tints of Tea Rose #F391C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 41.33%
G = 24.66%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F391C8 (or 0xF391C8) is known color: Tea Rose. HEX triplet: F3, 91 and C8. RGB value is (243,145,200). Sum of RGB (Red+Green+Blue) = 243+145+200=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F391C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391C8 is #0C6E37. Grayscale: #B4B4B4. Windows color (decimal): -814648 or 13144563. OLE color: 13144563.

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

Color convert

RGB 243 145 200 -
CMYK 0 0.40 0.18 0.05
HSL 326.33º 0.8% 0.76% -
HSV(B) 326.33º 0.4% 0.95% -
XYZ 57.51 43.48 60 -
YUV 180.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 243 145 200 0 0.40 0.18 0.05 326.33 0.8 0.76
Hex F3 91 C8 0 28 12 5 146 50 4C
Octal 363 221 310 0 50 22 5 506 120 114
Binary 11110011 10010001 11001000 0 101000 10010 101 101000110 1010000 1001100

Color Harmonies of #F391C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F391C8

Black with #F391C8

Text Example


Text Example

White with #F391C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F391C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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