Html Css Color HEX #FF4F5A Radical Red

📋 copy color: '#FF4F5A'

red 255 ◦ green 79 ◦ blue 90

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

Shades of Radical Red #FF4F5A

Tints of Radical Red #FF4F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

 BLUE value IS 90 (35.55% from 255) = 21.23%

R = 60.14%
G = 18.63%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF4F5A (or 0xFF4F5A) is known color: Radical Red. HEX triplet: FF, 4F and 5A. RGB value is (255,79,90). Sum of RGB (Red+Green+Blue) = 255+79+90=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F5A is #00B0A5. Grayscale: #858585. Windows color (decimal): -45222 or 5918719. OLE color: 5918719.

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

Color convert

RGB 255 79 90 -
CMYK 0 0.69 0.65 0
HSL 356.25º 1% 0.65% -
HSV(B) 356.25º 0.69% 1% -
XYZ 45.88 27.59 12.58 -
YUV 132.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 255 79 90 0 0.69 0.65 0 356.25 1 0.65
Hex FF 4F 5A 0 45 41 0 164 64 41
Octal 377 117 132 0 105 101 0 544 144 101
Binary 11111111 1001111 1011010 0 1000101 1000001 0 101100100 1100100 1000001

Color Harmonies of #FF4F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F5A

Black with #FF4F5A

Text Example


Text Example

White with #FF4F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F5A; }

 p { color: rgb(255,79,90); }

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

background-color css

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

 a { background-color: rgb(255,79,90); }

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

border-color css

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

 span { border-color: rgb(255,79,90); }

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