Html Css Color HEX #F35E5A Bittersweet

📋 copy color: '#F35E5A'

red 243 ◦ green 94 ◦ blue 90

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

Shades of Bittersweet #F35E5A

Tints of Bittersweet #F35E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 56.91%
G = 22.01%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F35E5A (or 0xF35E5A) is known color: Bittersweet. HEX triplet: F3, 5E and 5A. RGB value is (243,94,90). Sum of RGB (Red+Green+Blue) = 243+94+90=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35E5A is #0CA1A5. Grayscale: #8A8A8A. Windows color (decimal): -827814 or 5922547. OLE color: 5922547.

HSL color Cylindrical-coordinate representation of color #F35E5A: hue angle of 1.57º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35E5A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 90 -
CMYK 0 0.61 0.63 0.05
HSL 1.57º 0.86% 0.65% -
HSV(B) 1.57º 0.63% 0.95% -
XYZ 42.81 27.8 12.78 -
YUV 138.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 243 94 90 0 0.61 0.63 0.05 1.57 0.86 0.65
Hex F3 5E 5A 0 3D 3F 5 2 56 41
Octal 363 136 132 0 75 77 5 2 126 101
Binary 11110011 1011110 1011010 0 111101 111111 101 10 1010110 1000001

Color Harmonies of #F35E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35E5A

Black with #F35E5A

Text Example


Text Example

White with #F35E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35E5A; }

 p { color: rgb(243,94,90); }

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

background-color css

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

 a { background-color: rgb(243,94,90); }

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

border-color css

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

 span { border-color: rgb(243,94,90); }

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