Html Css Color HEX #FA2D4B Radical Red

📋 copy color: '#FA2D4B'

red 250 ◦ green 45 ◦ blue 75

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

Shades of Radical Red #FA2D4B

Tints of Radical Red #FA2D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 67.57%
G = 12.16%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA2D4B (or 0xFA2D4B) is known color: Radical Red. HEX triplet: FA, 2D and 4B. RGB value is (250,45,75). Sum of RGB (Red+Green+Blue) = 250+45+75=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D4B is #05D2B4. Grayscale: #6D6D6D. Windows color (decimal): -381621 or 4926970. OLE color: 4926970.

HSL color Cylindrical-coordinate representation of color #FA2D4B: hue angle of 351.22º 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 #FA2D4B is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 75 -
CMYK 0 0.82 0.7 0.02
HSL 351.22º 0.95% 0.58% -
HSV(B) 351.22º 0.82% 0.98% -
XYZ 41.63 22.71 8.85 -
YUV 109.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 250 45 75 0 0.82 0.7 0.02 351.22 0.95 0.58
Hex FA 2D 4B 0 52 46 2 15F 5F 3A
Octal 372 55 113 0 122 106 2 537 137 72
Binary 11111010 101101 1001011 0 1010010 1000110 10 101011111 1011111 111010

Color Harmonies of #FA2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D4B

Black with #FA2D4B

Text Example


Text Example

White with #FA2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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