Html Css Color HEX #F2435D Radical Red

📋 copy color: '#F2435D'

red 242 ◦ green 67 ◦ blue 93

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

Shades of Radical Red #F2435D

Tints of Radical Red #F2435D

RGB

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

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

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

R = 60.2%
G = 16.67%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2435D (or 0xF2435D) is known color: Radical Red. HEX triplet: F2, 43 and 5D. RGB value is (242,67,93). Sum of RGB (Red+Green+Blue) = 242+67+93=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435D is #0DBCA2. Grayscale: #7A7A7A. Windows color (decimal): -900259 or 6112242. OLE color: 6112242.

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

Color convert

RGB 242 67 93 -
CMYK 0 0.72 0.62 0.05
HSL 351.09º 0.87% 0.61% -
HSV(B) 351.09º 0.72% 0.95% -
XYZ 40.6 23.68 12.79 -
YUV 122.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 242 67 93 0 0.72 0.62 0.05 351.09 0.87 0.61
Hex F2 43 5D 0 48 3E 5 15F 57 3D
Octal 362 103 135 0 110 76 5 537 127 75
Binary 11110010 1000011 1011101 0 1001000 111110 101 101011111 1010111 111101

Color Harmonies of #F2435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2435D

Black with #F2435D

Text Example


Text Example

White with #F2435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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