Html Css Color HEX #FE2F70 Radical Red

📋 copy color: '#FE2F70'

red 254 ◦ green 47 ◦ blue 112

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

Shades of Radical Red #FE2F70

Tints of Radical Red #FE2F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 61.5%
G = 11.38%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE2F70 (or 0xFE2F70) is known color: Radical Red. HEX triplet: FE, 2F and 70. RGB value is (254,47,112). Sum of RGB (Red+Green+Blue) = 254+47+112=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F70 is #01D08F. Grayscale: #747474. Windows color (decimal): -118928 or 7352318. OLE color: 7352318.

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

Color convert

RGB 254 47 112 -
CMYK 0 0.81 0.56 0.00
HSL 341.16º 0.99% 0.59% -
HSV(B) 341.16º 0.81% 1% -
XYZ 44.81 24.27 17.65 -
YUV 116.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 254 47 112 0 0.81 0.56 0.00 341.16 0.99 0.59
Hex FE 2F 70 0 51 38 0 155 63 3B
Octal 376 57 160 0 121 70 0 525 143 73
Binary 11111110 101111 1110000 0 1010001 111000 0 101010101 1100011 111011

Color Harmonies of #FE2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F70

Black with #FE2F70

Text Example


Text Example

White with #FE2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F70; }

 p { color: rgb(254,47,112); }

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

background-color css

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

 a { background-color: rgb(254,47,112); }

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

border-color css

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

 span { border-color: rgb(254,47,112); }

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