Html Css Color HEX #F2435F Radical Red

📋 copy color: '#F2435F'

red 242 ◦ green 67 ◦ blue 95

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

Shades of Radical Red #F2435F

Tints of Radical Red #F2435F

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

 GREEN value IS 67 (26.56% from 255) = 16.58%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 59.9%
G = 16.58%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2435F (or 0xF2435F) is known color: Radical Red. HEX triplet: F2, 43 and 5F. RGB value is (242,67,95). Sum of RGB (Red+Green+Blue) = 242+67+95=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435F is #0DBCA0. Grayscale: #7A7A7A. Windows color (decimal): -900257 or 6243314. OLE color: 6243314.

HSL color Cylindrical-coordinate representation of color #F2435F: hue angle of 350.4º 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 #F2435F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 95 -
CMYK 0 0.72 0.61 0.05
HSL 350.4º 0.87% 0.61% -
HSV(B) 350.4º 0.72% 0.95% -
XYZ 40.69 23.72 13.26 -
YUV 122.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 242 67 95 0 0.72 0.61 0.05 350.4 0.87 0.61
Hex F2 43 5F 0 48 3D 5 15E 57 3D
Octal 362 103 137 0 110 75 5 536 127 75
Binary 11110010 1000011 1011111 0 1001000 111101 101 101011110 1010111 111101

Color Harmonies of #F2435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2435F

Black with #F2435F

Text Example


Text Example

White with #F2435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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