Html Css Color HEX #FF3F5F Radical Red

📋 copy color: '#FF3F5F'

red 255 ◦ green 63 ◦ blue 95

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

Shades of Radical Red #FF3F5F

Tints of Radical Red #FF3F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 61.74%
G = 15.25%
B = 23%

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

#FF3F5F (or 0xFF3F5F) is known color: Radical Red. HEX triplet: FF, 3F and 5F. RGB value is (255,63,95). Sum of RGB (Red+Green+Blue) = 255+63+95=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F5F is #00C0A0. Grayscale: #7C7C7C. Windows color (decimal): -49313 or 6242303. OLE color: 6242303.

HSL color Cylindrical-coordinate representation of color #FF3F5F: hue angle of 350º 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 #FF3F5F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 63 95 -
CMYK 0 0.75 0.63 0
HSL 350º 1% 0.62% -
HSV(B) 350º 0.75% 1% -
XYZ 45.08 25.64 13.4 -
YUV 124.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 255 63 95 0 0.75 0.63 0 350 1 0.62
Hex FF 3F 5F 0 4B 3F 0 15E 64 3E
Octal 377 77 137 0 113 77 0 536 144 76
Binary 11111111 111111 1011111 0 1001011 111111 0 101011110 1100100 111110

Color Harmonies of #FF3F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F5F

Black with #FF3F5F

Text Example


Text Example

White with #FF3F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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