Html Css Color HEX #F2275F Radical Red

📋 copy color: '#F2275F'

red 242 ◦ green 39 ◦ blue 95

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

Shades of Radical Red #F2275F

Tints of Radical Red #F2275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

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

R = 64.36%
G = 10.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2275F (or 0xF2275F) is known color: Radical Red. HEX triplet: F2, 27 and 5F. RGB value is (242,39,95). Sum of RGB (Red+Green+Blue) = 242+39+95=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2275F is #0DD8A0. Grayscale: #6A6A6A. Windows color (decimal): -907425 or 6236146. OLE color: 6236146.

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

Color convert

RGB 242 39 95 -
CMYK 0 0.84 0.61 0.05
HSL 343.45º 0.89% 0.55% -
HSV(B) 343.45º 0.84% 0.95% -
XYZ 39.41 21.15 12.83 -
YUV 106.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 242 39 95 0 0.84 0.61 0.05 343.45 0.89 0.55
Hex F2 27 5F 0 54 3D 5 157 59 37
Octal 362 47 137 0 124 75 5 527 131 67
Binary 11110010 100111 1011111 0 1010100 111101 101 101010111 1011001 110111

Color Harmonies of #F2275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2275F

Black with #F2275F

Text Example


Text Example

White with #F2275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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