Html Css Color HEX #F2485B Radical Red

📋 copy color: '#F2485B'

red 242 ◦ green 72 ◦ blue 91

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

Shades of Radical Red #F2485B

Tints of Radical Red #F2485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 59.75%
G = 17.78%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2485B (or 0xF2485B) is known color: Radical Red. HEX triplet: F2, 48 and 5B. RGB value is (242,72,91). Sum of RGB (Red+Green+Blue) = 242+72+91=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2485B is #0DB7A4. Grayscale: #7D7D7D. Windows color (decimal): -898981 or 5982450. OLE color: 5982450.

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

Color convert

RGB 242 72 91 -
CMYK 0 0.70 0.62 0.05
HSL 353.29º 0.87% 0.62% -
HSV(B) 353.29º 0.7% 0.95% -
XYZ 40.82 24.27 12.43 -
YUV 125 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 242 72 91 0 0.70 0.62 0.05 353.29 0.87 0.62
Hex F2 48 5B 0 46 3E 5 161 57 3E
Octal 362 110 133 0 106 76 5 541 127 76
Binary 11110010 1001000 1011011 0 1000110 111110 101 101100001 1010111 111110

Color Harmonies of #F2485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2485B

Black with #F2485B

Text Example


Text Example

White with #F2485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2485B; }

 p { color: rgb(242,72,91); }

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

background-color css

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

 a { background-color: rgb(242,72,91); }

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

border-color css

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

 span { border-color: rgb(242,72,91); }

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