Html Css Color HEX #F2285D Radical Red

📋 copy color: '#F2285D'

red 242 ◦ green 40 ◦ blue 93

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

Shades of Radical Red #F2285D

Tints of Radical Red #F2285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 64.53%
G = 10.67%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2285D (or 0xF2285D) is known color: Radical Red. HEX triplet: F2, 28 and 5D. RGB value is (242,40,93). Sum of RGB (Red+Green+Blue) = 242+40+93=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2285D is #0DD7A2. Grayscale: #6A6A6A. Windows color (decimal): -907171 or 6105330. OLE color: 6105330.

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

Color convert

RGB 242 40 93 -
CMYK 0 0.83 0.62 0.05
HSL 344.26º 0.89% 0.55% -
HSV(B) 344.26º 0.83% 0.95% -
XYZ 39.35 21.19 12.37 -
YUV 106.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 242 40 93 0 0.83 0.62 0.05 344.26 0.89 0.55
Hex F2 28 5D 0 53 3E 5 158 59 37
Octal 362 50 135 0 123 76 5 530 131 67
Binary 11110010 101000 1011101 0 1010011 111110 101 101011000 1011001 110111

Color Harmonies of #F2285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2285D

Black with #F2285D

Text Example


Text Example

White with #F2285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2285D; }

 p { color: rgb(242,40,93); }

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

background-color css

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

 a { background-color: rgb(242,40,93); }

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

border-color css

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

 span { border-color: rgb(242,40,93); }

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