Html Css Color HEX #F2414D Radical Red

📋 copy color: '#F2414D'

red 242 ◦ green 65 ◦ blue 77

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

Shades of Radical Red #F2414D

Tints of Radical Red #F2414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 63.02%
G = 16.93%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2414D (or 0xF2414D) is known color: Radical Red. HEX triplet: F2, 41 and 4D. RGB value is (242,65,77). Sum of RGB (Red+Green+Blue) = 242+65+77=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2414D is #0DBEB2. Grayscale: #777777. Windows color (decimal): -900787 or 5063154. OLE color: 5063154.

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

Color convert

RGB 242 65 77 -
CMYK 0 0.73 0.68 0.05
HSL 355.93º 0.87% 0.6% -
HSV(B) 355.93º 0.73% 0.95% -
XYZ 39.85 23.19 9.4 -
YUV 119.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 242 65 77 0 0.73 0.68 0.05 355.93 0.87 0.6
Hex F2 41 4D 0 49 44 5 164 57 3C
Octal 362 101 115 0 111 104 5 544 127 74
Binary 11110010 1000001 1001101 0 1001001 1000100 101 101100100 1010111 111100

Color Harmonies of #F2414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2414D

Black with #F2414D

Text Example


Text Example

White with #F2414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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