Html Css Color HEX #FF4868 Radical Red

📋 copy color: '#FF4868'

red 255 ◦ green 72 ◦ blue 104

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

Shades of Radical Red #FF4868

Tints of Radical Red #FF4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 59.16%
G = 16.71%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF4868 (or 0xFF4868) is known color: Radical Red. HEX triplet: FF, 48 and 68. RGB value is (255,72,104). Sum of RGB (Red+Green+Blue) = 255+72+104=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4868 is #00B797. Grayscale: #828282. Windows color (decimal): -47000 or 6834431. OLE color: 6834431.

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

Color convert

RGB 255 72 104 -
CMYK 0 0.72 0.59 0
HSL 349.51º 1% 0.64% -
HSV(B) 349.51º 0.72% 1% -
XYZ 46.06 26.89 15.86 -
YUV 130.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 255 72 104 0 0.72 0.59 0 349.51 1 0.64
Hex FF 48 68 0 48 3B 0 15E 64 40
Octal 377 110 150 0 110 73 0 536 144 100
Binary 11111111 1001000 1101000 0 1001000 111011 0 101011110 1100100 1000000

Color Harmonies of #FF4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4868

Black with #FF4868

Text Example


Text Example

White with #FF4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4868; }

 p { color: rgb(255,72,104); }

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

background-color css

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

 a { background-color: rgb(255,72,104); }

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

border-color css

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

 span { border-color: rgb(255,72,104); }

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