Html Css Color HEX #FF3B5A Radical Red

📋 copy color: '#FF3B5A'

red 255 ◦ green 59 ◦ blue 90

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

Shades of Radical Red #FF3B5A

Tints of Radical Red #FF3B5A

RGB

 RED value IS 255 (100% from 255) = 63.12%

 GREEN value IS 59 (23.44% from 255) = 14.6%

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

R = 63.12%
G = 14.6%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF3B5A (or 0xFF3B5A) is known color: Radical Red. HEX triplet: FF, 3B and 5A. RGB value is (255,59,90). Sum of RGB (Red+Green+Blue) = 255+59+90=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B5A is #00C4A5. Grayscale: #797979. Windows color (decimal): -50342 or 5913599. OLE color: 5913599.

HSL color Cylindrical-coordinate representation of color #FF3B5A: hue angle of 350.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B5A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 59 90 -
CMYK 0 0.77 0.65 0
HSL 350.51º 1% 0.62% -
HSV(B) 350.51º 0.77% 1% -
XYZ 44.65 25.13 12.17 -
YUV 121.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 255 59 90 0 0.77 0.65 0 350.51 1 0.62
Hex FF 3B 5A 0 4D 41 0 15F 64 3E
Octal 377 73 132 0 115 101 0 537 144 76
Binary 11111111 111011 1011010 0 1001101 1000001 0 101011111 1100100 111110

Color Harmonies of #FF3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B5A

Black with #FF3B5A

Text Example


Text Example

White with #FF3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B5A; }

 p { color: rgb(255,59,90); }

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

background-color css

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

 a { background-color: rgb(255,59,90); }

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

border-color css

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

 span { border-color: rgb(255,59,90); }

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