Html Css Color HEX #FE3243 Radical Red

📋 copy color: '#FE3243'

red 254 ◦ green 50 ◦ blue 67

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

Shades of Radical Red #FE3243

Tints of Radical Red #FE3243

RGB

 RED value IS 254 (99.61% from 255) = 68.46%

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 68.46%
G = 13.48%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE3243 (or 0xFE3243) is known color: Radical Red. HEX triplet: FE, 32 and 43. RGB value is (254,50,67). Sum of RGB (Red+Green+Blue) = 254+50+67=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3243 is #01CDBC. Grayscale: #717171. Windows color (decimal): -118205 or 4403966. OLE color: 4403966.

HSL color Cylindrical-coordinate representation of color #FE3243: hue angle of 355º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3243 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 67 -
CMYK 0 0.80 0.74 0.00
HSL 355º 0.99% 0.6% -
HSV(B) 355º 0.8% 1% -
XYZ 43.03 23.76 7.63 -
YUV 112.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 254 50 67 0 0.80 0.74 0.00 355 0.99 0.6
Hex FE 32 43 0 50 4A 0 163 63 3C
Octal 376 62 103 0 120 112 0 543 143 74
Binary 11111110 110010 1000011 0 1010000 1001010 0 101100011 1100011 111100

Color Harmonies of #FE3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3243

Black with #FE3243

Text Example


Text Example

White with #FE3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3243; }

 p { color: rgb(254,50,67); }

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

background-color css

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

 a { background-color: rgb(254,50,67); }

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

border-color css

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

 span { border-color: rgb(254,50,67); }

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