Html Css Color HEX #F2444B Radical Red

📋 copy color: '#F2444B'

red 242 ◦ green 68 ◦ blue 75

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

Shades of Radical Red #F2444B

Tints of Radical Red #F2444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 62.86%
G = 17.66%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2444B (or 0xF2444B) is known color: Radical Red. HEX triplet: F2, 44 and 4B. RGB value is (242,68,75). Sum of RGB (Red+Green+Blue) = 242+68+75=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2444B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2444B is #0DBBB4. Grayscale: #787878. Windows color (decimal): -900021 or 4932850. OLE color: 4932850.

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

Color convert

RGB 242 68 75 -
CMYK 0 0.72 0.69 0.05
HSL 357.59º 0.87% 0.61% -
HSV(B) 357.59º 0.72% 0.95% -
XYZ 39.96 23.52 9.09 -
YUV 120.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 242 68 75 0 0.72 0.69 0.05 357.59 0.87 0.61
Hex F2 44 4B 0 48 45 5 166 57 3D
Octal 362 104 113 0 110 105 5 546 127 75
Binary 11110010 1000100 1001011 0 1001000 1000101 101 101100110 1010111 111101

Color Harmonies of #F2444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2444B

Black with #F2444B

Text Example


Text Example

White with #F2444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2444B; }

 p { color: rgb(242,68,75); }

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

background-color css

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

 a { background-color: rgb(242,68,75); }

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

border-color css

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

 span { border-color: rgb(242,68,75); }

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