Html Css Color HEX #FF4248 Radical Red

📋 copy color: '#FF4248'

red 255 ◦ green 66 ◦ blue 72

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

Shades of Radical Red #FF4248

Tints of Radical Red #FF4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 64.89%
G = 16.79%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF4248 (or 0xFF4248) is known color: Radical Red. HEX triplet: FF, 42 and 48. RGB value is (255,66,72). Sum of RGB (Red+Green+Blue) = 255+66+72=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4248 is #00BDB7. Grayscale: #7B7B7B. Windows color (decimal): -48568 or 4735743. OLE color: 4735743.

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

Color convert

RGB 255 66 72 -
CMYK 0 0.74 0.72 0
HSL 358.1º 1% 0.63% -
HSV(B) 358.1º 0.74% 1% -
XYZ 44.36 25.62 8.74 -
YUV 123.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 255 66 72 0 0.74 0.72 0 358.1 1 0.63
Hex FF 42 48 0 4A 48 0 166 64 3F
Octal 377 102 110 0 112 110 0 546 144 77
Binary 11111111 1000010 1001000 0 1001010 1001000 0 101100110 1100100 111111

Color Harmonies of #FF4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4248

Black with #FF4248

Text Example


Text Example

White with #FF4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4248; }

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

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

background-color css

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

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

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

border-color css

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

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

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