Html Css Color HEX #FF3F5E Radical Red

📋 copy color: '#FF3F5E'

red 255 ◦ green 63 ◦ blue 94

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

Shades of Radical Red #FF3F5E

Tints of Radical Red #FF3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.29%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 61.89%
G = 15.29%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF3F5E (or 0xFF3F5E) is known color: Radical Red. HEX triplet: FF, 3F and 5E. RGB value is (255,63,94). Sum of RGB (Red+Green+Blue) = 255+63+94=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F5E is #00C0A1. Grayscale: #7C7C7C. Windows color (decimal): -49314 or 6176767. OLE color: 6176767.

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

Color convert

RGB 255 63 94 -
CMYK 0 0.75 0.63 0
HSL 350.31º 1% 0.62% -
HSV(B) 350.31º 0.75% 1% -
XYZ 45.04 25.62 13.16 -
YUV 123.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 255 63 94 0 0.75 0.63 0 350.31 1 0.62
Hex FF 3F 5E 0 4B 3F 0 15E 64 3E
Octal 377 77 136 0 113 77 0 536 144 76
Binary 11111111 111111 1011110 0 1001011 111111 0 101011110 1100100 111110

Color Harmonies of #FF3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F5E

Black with #FF3F5E

Text Example


Text Example

White with #FF3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F5E; }

 p { color: rgb(255,63,94); }

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

background-color css

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

 a { background-color: rgb(255,63,94); }

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

border-color css

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

 span { border-color: rgb(255,63,94); }

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