Html Css Color HEX #F2474B Radical Red

📋 copy color: '#F2474B'

red 242 ◦ green 71 ◦ blue 75

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

Shades of Radical Red #F2474B

Tints of Radical Red #F2474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

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

R = 62.37%
G = 18.3%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2474B (or 0xF2474B) is known color: Radical Red. HEX triplet: F2, 47 and 4B. RGB value is (242,71,75). Sum of RGB (Red+Green+Blue) = 242+71+75=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2474B is #0DB8B4. Grayscale: #7A7A7A. Windows color (decimal): -899253 or 4933618. OLE color: 4933618.

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

Color convert

RGB 242 71 75 -
CMYK 0 0.71 0.69 0.05
HSL 358.6º 0.87% 0.61% -
HSV(B) 358.6º 0.71% 0.95% -
XYZ 40.14 23.89 9.15 -
YUV 122.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 242 71 75 0 0.71 0.69 0.05 358.6 0.87 0.61
Hex F2 47 4B 0 47 45 5 167 57 3D
Octal 362 107 113 0 107 105 5 547 127 75
Binary 11110010 1000111 1001011 0 1000111 1000101 101 101100111 1010111 111101

Color Harmonies of #F2474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2474B

Black with #F2474B

Text Example


Text Example

White with #F2474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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