Html Css Color HEX #F2414C Radical Red

📋 copy color: '#F2414C'

red 242 ◦ green 65 ◦ blue 76

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

Shades of Radical Red #F2414C

Tints of Radical Red #F2414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 63.19%
G = 16.97%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2414C (or 0xF2414C) is known color: Radical Red. HEX triplet: F2, 41 and 4C. RGB value is (242,65,76). Sum of RGB (Red+Green+Blue) = 242+65+76=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2414C is #0DBEB3. Grayscale: #777777. Windows color (decimal): -900788 or 4997618. OLE color: 4997618.

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

Color convert

RGB 242 65 76 -
CMYK 0 0.73 0.69 0.05
HSL 356.27º 0.87% 0.6% -
HSV(B) 356.27º 0.73% 0.95% -
XYZ 39.81 23.18 9.21 -
YUV 119.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 242 65 76 0 0.73 0.69 0.05 356.27 0.87 0.6
Hex F2 41 4C 0 49 45 5 164 57 3C
Octal 362 101 114 0 111 105 5 544 127 74
Binary 11110010 1000001 1001100 0 1001001 1000101 101 101100100 1010111 111100

Color Harmonies of #F2414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2414C

Black with #F2414C

Text Example


Text Example

White with #F2414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2414C; }

 p { color: rgb(242,65,76); }

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

background-color css

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

 a { background-color: rgb(242,65,76); }

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

border-color css

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

 span { border-color: rgb(242,65,76); }

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