Html Css Color HEX #F4255D Radical Red

📋 copy color: '#F4255D'

red 244 ◦ green 37 ◦ blue 93

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

Shades of Radical Red #F4255D

Tints of Radical Red #F4255D

RGB

 RED value IS 244 (95.7% from 255) = 65.24%

 GREEN value IS 37 (14.84% from 255) = 9.89%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 65.24%
G = 9.89%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F4255D (or 0xF4255D) is known color: Radical Red. HEX triplet: F4, 25 and 5D. RGB value is (244,37,93). Sum of RGB (Red+Green+Blue) = 244+37+93=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4255D is #0BDAA2. Grayscale: #696969. Windows color (decimal): -776867 or 6104564. OLE color: 6104564.

HSL color Cylindrical-coordinate representation of color #F4255D: hue angle of 343.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4255D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 93 -
CMYK 0 0.85 0.62 0.04
HSL 343.77º 0.9% 0.55% -
HSV(B) 343.77º 0.85% 0.96% -
XYZ 39.95 21.35 12.37 -
YUV 105.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 244 37 93 0 0.85 0.62 0.04 343.77 0.9 0.55
Hex F4 25 5D 0 55 3E 4 158 5A 37
Octal 364 45 135 0 125 76 4 530 132 67
Binary 11110100 100101 1011101 0 1010101 111110 100 101011000 1011010 110111

Color Harmonies of #F4255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4255D

Black with #F4255D

Text Example


Text Example

White with #F4255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4255D; }

 p { color: rgb(244,37,93); }

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

background-color css

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

 a { background-color: rgb(244,37,93); }

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

border-color css

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

 span { border-color: rgb(244,37,93); }

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