Html Css Color HEX #FF3F48 Radical Red

📋 copy color: '#FF3F48'

red 255 ◦ green 63 ◦ blue 72

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

Shades of Radical Red #FF3F48

Tints of Radical Red #FF3F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 65.38%
G = 16.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF3F48 (or 0xFF3F48) is known color: Radical Red. HEX triplet: FF, 3F and 48. RGB value is (255,63,72). Sum of RGB (Red+Green+Blue) = 255+63+72=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F48 is #00C0B7. Grayscale: #797979. Windows color (decimal): -49336 or 4734975. OLE color: 4734975.

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

Color convert

RGB 255 63 72 -
CMYK 0 0.75 0.72 0
HSL 357.19º 1% 0.62% -
HSV(B) 357.19º 0.75% 1% -
XYZ 44.19 25.28 8.68 -
YUV 121.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 255 63 72 0 0.75 0.72 0 357.19 1 0.62
Hex FF 3F 48 0 4B 48 0 165 64 3E
Octal 377 77 110 0 113 110 0 545 144 76
Binary 11111111 111111 1001000 0 1001011 1001000 0 101100101 1100100 111110

Color Harmonies of #FF3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F48

Black with #FF3F48

Text Example


Text Example

White with #FF3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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