Html Css Color HEX #F2484A Radical Red

📋 copy color: '#F2484A'

red 242 ◦ green 72 ◦ blue 74

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

Shades of Radical Red #F2484A

Tints of Radical Red #F2484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 62.37%
G = 18.56%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2484A (or 0xF2484A) is known color: Radical Red. HEX triplet: F2, 48 and 4A. RGB value is (242,72,74). Sum of RGB (Red+Green+Blue) = 242+72+74=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2484A is #0DB7B5. Grayscale: #7B7B7B. Windows color (decimal): -898998 or 4868338. OLE color: 4868338.

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

Color convert

RGB 242 72 74 -
CMYK 0 0.70 0.69 0.05
HSL 359.29º 0.87% 0.62% -
HSV(B) 359.29º 0.7% 0.95% -
XYZ 40.17 24.01 8.99 -
YUV 123.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 242 72 74 0 0.70 0.69 0.05 359.29 0.87 0.62
Hex F2 48 4A 0 46 45 5 167 57 3E
Octal 362 110 112 0 106 105 5 547 127 76
Binary 11110010 1001000 1001010 0 1000110 1000101 101 101100111 1010111 111110

Color Harmonies of #F2484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2484A

Black with #F2484A

Text Example


Text Example

White with #F2484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2484A; }

 p { color: rgb(242,72,74); }

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

background-color css

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

 a { background-color: rgb(242,72,74); }

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

border-color css

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

 span { border-color: rgb(242,72,74); }

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