Html Css Color HEX #FF4261 Radical Red

📋 copy color: '#FF4261'

red 255 ◦ green 66 ◦ blue 97

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

Shades of Radical Red #FF4261

Tints of Radical Red #FF4261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 61%
G = 15.79%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF4261 (or 0xFF4261) is known color: Radical Red. HEX triplet: FF, 42 and 61. RGB value is (255,66,97). Sum of RGB (Red+Green+Blue) = 255+66+97=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4261 is #00BD9E. Grayscale: #7E7E7E. Windows color (decimal): -48543 or 6374143. OLE color: 6374143.

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

Color convert

RGB 255 66 97 -
CMYK 0 0.74 0.62 0
HSL 350.16º 1% 0.63% -
HSV(B) 350.16º 0.74% 1% -
XYZ 45.35 26.02 13.94 -
YUV 126.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 255 66 97 0 0.74 0.62 0 350.16 1 0.63
Hex FF 42 61 0 4A 3E 0 15E 64 3F
Octal 377 102 141 0 112 76 0 536 144 77
Binary 11111111 1000010 1100001 0 1001010 111110 0 101011110 1100100 111111

Color Harmonies of #FF4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4261

Black with #FF4261

Text Example


Text Example

White with #FF4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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