Html Css Color HEX #FA2D68 Radical Red

📋 copy color: '#FA2D68'

red 250 ◦ green 45 ◦ blue 104

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

Shades of Radical Red #FA2D68

Tints of Radical Red #FA2D68

RGB

 RED value IS 250 (98.05% from 255) = 62.66%

 GREEN value IS 45 (17.97% from 255) = 11.28%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 62.66%
G = 11.28%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2D68 (or 0xFA2D68) is known color: Radical Red. HEX triplet: FA, 2D and 68. RGB value is (250,45,104). Sum of RGB (Red+Green+Blue) = 250+45+104=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D68 is #05D297. Grayscale: #707070. Windows color (decimal): -381592 or 6827514. OLE color: 6827514.

HSL color Cylindrical-coordinate representation of color #FA2D68: hue angle of 342.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 104 -
CMYK 0 0.82 0.58 0.02
HSL 342.73º 0.95% 0.58% -
HSV(B) 342.73º 0.82% 0.98% -
XYZ 42.86 23.2 15.32 -
YUV 113.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 250 45 104 0 0.82 0.58 0.02 342.73 0.95 0.58
Hex FA 2D 68 0 52 3A 2 157 5F 3A
Octal 372 55 150 0 122 72 2 527 137 72
Binary 11111010 101101 1101000 0 1010010 111010 10 101010111 1011111 111010

Color Harmonies of #FA2D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D68

Black with #FA2D68

Text Example


Text Example

White with #FA2D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D68; }

 p { color: rgb(250,45,104); }

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

background-color css

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

 a { background-color: rgb(250,45,104); }

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

border-color css

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

 span { border-color: rgb(250,45,104); }

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