Html Css Color HEX #FE254B Radical Red

📋 copy color: '#FE254B'

red 254 ◦ green 37 ◦ blue 75

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

Shades of Radical Red #FE254B

Tints of Radical Red #FE254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 69.4%
G = 10.11%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE254B (or 0xFE254B) is known color: Radical Red. HEX triplet: FE, 25 and 4B. RGB value is (254,37,75). Sum of RGB (Red+Green+Blue) = 254+37+75=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE254B is #01DAB4. Grayscale: #6A6A6A. Windows color (decimal): -121525 or 4924926. OLE color: 4924926.

HSL color Cylindrical-coordinate representation of color #FE254B: hue angle of 349.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE254B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 37 75 -
CMYK 0 0.85 0.70 0.00
HSL 349.49º 0.99% 0.57% -
HSV(B) 349.49º 0.85% 1% -
XYZ 42.8 22.9 8.82 -
YUV 106.22 110.39 233.41 -
System Red Green Blue C M Y K H S L
Decimal 254 37 75 0 0.85 0.70 0.00 349.49 0.99 0.57
Hex FE 25 4B 0 55 46 0 15D 63 39
Octal 376 45 113 0 125 106 0 535 143 71
Binary 11111110 100101 1001011 0 1010101 1000110 0 101011101 1100011 111001

Color Harmonies of #FE254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE254B

Black with #FE254B

Text Example


Text Example

White with #FE254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE254B; }

 p { color: rgb(254,37,75); }

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

background-color css

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

 a { background-color: rgb(254,37,75); }

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

border-color css

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

 span { border-color: rgb(254,37,75); }

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