Html Css Color HEX #F2485C Radical Red

📋 copy color: '#F2485C'

red 242 ◦ green 72 ◦ blue 92

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

Shades of Radical Red #F2485C

Tints of Radical Red #F2485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 59.61%
G = 17.73%
B = 22.66%

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

#F2485C (or 0xF2485C) is known color: Radical Red. HEX triplet: F2, 48 and 5C. RGB value is (242,72,92). Sum of RGB (Red+Green+Blue) = 242+72+92=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2485C is #0DB7A3. Grayscale: #7D7D7D. Windows color (decimal): -898980 or 6047986. OLE color: 6047986.

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

Color convert

RGB 242 72 92 -
CMYK 0 0.70 0.62 0.05
HSL 352.94º 0.87% 0.62% -
HSV(B) 352.94º 0.7% 0.95% -
XYZ 40.87 24.28 12.66 -
YUV 125.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 242 72 92 0 0.70 0.62 0.05 352.94 0.87 0.62
Hex F2 48 5C 0 46 3E 5 161 57 3E
Octal 362 110 134 0 106 76 5 541 127 76
Binary 11110010 1001000 1011100 0 1000110 111110 101 101100001 1010111 111110

Color Harmonies of #F2485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2485C

Black with #F2485C

Text Example


Text Example

White with #F2485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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