Html Css Color HEX #F42B5B Radical Red

📋 copy color: '#F42B5B'

red 244 ◦ green 43 ◦ blue 91

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

Shades of Radical Red #F42B5B

Tints of Radical Red #F42B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 64.55%
G = 11.38%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F42B5B (or 0xF42B5B) is known color: Radical Red. HEX triplet: F4, 2B and 5B. RGB value is (244,43,91). Sum of RGB (Red+Green+Blue) = 244+43+91=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42B5B is #0BD4A4. Grayscale: #6C6C6C. Windows color (decimal): -775333 or 5975028. OLE color: 5975028.

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

Color convert

RGB 244 43 91 -
CMYK 0 0.82 0.63 0.04
HSL 345.67º 0.9% 0.56% -
HSV(B) 345.67º 0.82% 0.96% -
XYZ 40.06 21.72 11.98 -
YUV 108.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 244 43 91 0 0.82 0.63 0.04 345.67 0.9 0.56
Hex F4 2B 5B 0 52 3F 4 15A 5A 38
Octal 364 53 133 0 122 77 4 532 132 70
Binary 11110100 101011 1011011 0 1010010 111111 100 101011010 1011010 111000

Color Harmonies of #F42B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B5B

Black with #F42B5B

Text Example


Text Example

White with #F42B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B5B; }

 p { color: rgb(244,43,91); }

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

background-color css

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

 a { background-color: rgb(244,43,91); }

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

border-color css

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

 span { border-color: rgb(244,43,91); }

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