Html Css Color HEX #F2454F Radical Red

📋 copy color: '#F2454F'

red 242 ◦ green 69 ◦ blue 79

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

Shades of Radical Red #F2454F

Tints of Radical Red #F2454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

 BLUE value IS 79 (31.25% from 255) = 20.26%

R = 62.05%
G = 17.69%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2454F (or 0xF2454F) is known color: Radical Red. HEX triplet: F2, 45 and 4F. RGB value is (242,69,79). Sum of RGB (Red+Green+Blue) = 242+69+79=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2454F is #0DBAB0. Grayscale: #7A7A7A. Windows color (decimal): -899761 or 5195250. OLE color: 5195250.

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

Color convert

RGB 242 69 79 -
CMYK 0 0.71 0.67 0.05
HSL 356.53º 0.87% 0.61% -
HSV(B) 356.53º 0.71% 0.95% -
XYZ 40.16 23.7 9.85 -
YUV 121.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 242 69 79 0 0.71 0.67 0.05 356.53 0.87 0.61
Hex F2 45 4F 0 47 43 5 165 57 3D
Octal 362 105 117 0 107 103 5 545 127 75
Binary 11110010 1000101 1001111 0 1000111 1000011 101 101100101 1010111 111101

Color Harmonies of #F2454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2454F

Black with #F2454F

Text Example


Text Example

White with #F2454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2454F; }

 p { color: rgb(242,69,79); }

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

background-color css

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

 a { background-color: rgb(242,69,79); }

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

border-color css

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

 span { border-color: rgb(242,69,79); }

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