Html Css Color HEX #F2455F Radical Red

📋 copy color: '#F2455F'

red 242 ◦ green 69 ◦ blue 95

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

Shades of Radical Red #F2455F

Tints of Radical Red #F2455F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 59.61%
G = 17%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2455F (or 0xF2455F) is known color: Radical Red. HEX triplet: F2, 45 and 5F. RGB value is (242,69,95). Sum of RGB (Red+Green+Blue) = 242+69+95=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2455F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2455F is #0DBAA0. Grayscale: #7B7B7B. Windows color (decimal): -899745 or 6243826. OLE color: 6243826.

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

Color convert

RGB 242 69 95 -
CMYK 0 0.71 0.61 0.05
HSL 350.98º 0.87% 0.61% -
HSV(B) 350.98º 0.71% 0.95% -
XYZ 40.81 23.96 13.3 -
YUV 123.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 242 69 95 0 0.71 0.61 0.05 350.98 0.87 0.61
Hex F2 45 5F 0 47 3D 5 15F 57 3D
Octal 362 105 137 0 107 75 5 537 127 75
Binary 11110010 1000101 1011111 0 1000111 111101 101 101011111 1010111 111101

Color Harmonies of #F2455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2455F

Black with #F2455F

Text Example


Text Example

White with #F2455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2455F; }

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

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

background-color css

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

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

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

border-color css

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

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

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