Html Css Color HEX #FF4264 Radical Red

📋 copy color: '#FF4264'

red 255 ◦ green 66 ◦ blue 100

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

Shades of Radical Red #FF4264

Tints of Radical Red #FF4264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 60.57%
G = 15.68%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF4264 (or 0xFF4264) is known color: Radical Red. HEX triplet: FF, 42 and 64. RGB value is (255,66,100). Sum of RGB (Red+Green+Blue) = 255+66+100=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4264 is #00BD9B. Grayscale: #7E7E7E. Windows color (decimal): -48540 or 6570751. OLE color: 6570751.

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

Color convert

RGB 255 66 100 -
CMYK 0 0.74 0.61 0
HSL 349.21º 1% 0.63% -
HSV(B) 349.21º 0.74% 1% -
XYZ 45.49 26.08 14.69 -
YUV 126.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 255 66 100 0 0.74 0.61 0 349.21 1 0.63
Hex FF 42 64 0 4A 3D 0 15D 64 3F
Octal 377 102 144 0 112 75 0 535 144 77
Binary 11111111 1000010 1100100 0 1001010 111101 0 101011101 1100100 111111

Color Harmonies of #FF4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4264

Black with #FF4264

Text Example


Text Example

White with #FF4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4264; }

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

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

background-color css

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

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

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

border-color css

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

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

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