Html Css Color HEX #FF425E Radical Red

📋 copy color: '#FF425E'

red 255 ◦ green 66 ◦ blue 94

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

Shades of Radical Red #FF425E

Tints of Radical Red #FF425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 61.45%
G = 15.9%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF425E (or 0xFF425E) is known color: Radical Red. HEX triplet: FF, 42 and 5E. RGB value is (255,66,94). Sum of RGB (Red+Green+Blue) = 255+66+94=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF425E is #00BDA1. Grayscale: #7D7D7D. Windows color (decimal): -48546 or 6177535. OLE color: 6177535.

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

Color convert

RGB 255 66 94 -
CMYK 0 0.74 0.63 0
HSL 351.11º 1% 0.63% -
HSV(B) 351.11º 0.74% 1% -
XYZ 45.21 25.96 13.22 -
YUV 125.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 255 66 94 0 0.74 0.63 0 351.11 1 0.63
Hex FF 42 5E 0 4A 3F 0 15F 64 3F
Octal 377 102 136 0 112 77 0 537 144 77
Binary 11111111 1000010 1011110 0 1001010 111111 0 101011111 1100100 111111

Color Harmonies of #FF425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF425E

Black with #FF425E

Text Example


Text Example

White with #FF425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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