#F2435E

Color #F2435E Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F2435E

Tints of Radical Red #F2435E

Color information

#F2435E (or 0xF2435E) is unknown color: approx Radical Red. HEX triplet: F2, 43 and 5E. RGB value is (242,67,94). Sum of RGB (Red+Green+Blue) = 242+67+94=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435E is #0DBCA1. Grayscale: #7A7A7A. Windows color (decimal): -900258 or 6177778. OLE color: 6177778.

HSL color Cylindrical-coordinate representation of color #F2435E: hue angle of 350.74º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2435E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2426794-
CMYK00.720.610.05
HSL350.74º87.06%60.59%-
HSV(B)350.74º72.31%94.9%-
XYZ40.6523.713.02-
YUV122.4111.98213.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=60.05%
G=16.63%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242679400.720.610.05350.7487.0660.59
HexF2435E0483D515f573d
Octal362103136011075553712775
Binary1111001010000111011110010010001111011011010111111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2435E; }

 p { color: rgb(242,67,94); }

 H1.HeaderClassName
 {
   color: #F2435E;
 }
 .AnyTagClassName
 {
   color: #F2435E;
 }
</style>
background-color css

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

 a { background-color: rgb(242,67,94); }

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

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

 span { border-color: rgb(242,67,94); }

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