Html Css Color HEX #F395CF Tea Rose

📋 copy color: '#F395CF'

red 243 ◦ green 149 ◦ blue 207

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

Shades of Tea Rose #F395CF

Tints of Tea Rose #F395CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.87%

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

R = 40.57%
G = 24.87%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F395CF (or 0xF395CF) is known color: Tea Rose. HEX triplet: F3, 95 and CF. RGB value is (243,149,207). Sum of RGB (Red+Green+Blue) = 243+149+207=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F395CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395CF is #0C6A30. Grayscale: #B7B7B7. Windows color (decimal): -813617 or 13604339. OLE color: 13604339.

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

Color convert

RGB 243 149 207 -
CMYK 0 0.39 0.15 0.05
HSL 322.98º 0.8% 0.77% -
HSV(B) 322.98º 0.39% 0.95% -
XYZ 58.97 45.05 64.62 -
YUV 183.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 243 149 207 0 0.39 0.15 0.05 322.98 0.8 0.77
Hex F3 95 CF 0 27 F 5 143 50 4D
Octal 363 225 317 0 47 17 5 503 120 115
Binary 11110011 10010101 11001111 0 100111 1111 101 101000011 1010000 1001101

Color Harmonies of #F395CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395CF

Black with #F395CF

Text Example


Text Example

White with #F395CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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