Html Css Color HEX #FA2B6B Radical Red

📋 copy color: '#FA2B6B'

red 250 ◦ green 43 ◦ blue 107

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

Shades of Radical Red #FA2B6B

Tints of Radical Red #FA2B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 62.5%
G = 10.75%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA2B6B (or 0xFA2B6B) is known color: Radical Red. HEX triplet: FA, 2B and 6B. RGB value is (250,43,107). Sum of RGB (Red+Green+Blue) = 250+43+107=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B6B is #05D494. Grayscale: #707070. Windows color (decimal): -382101 or 7023610. OLE color: 7023610.

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

Color convert

RGB 250 43 107 -
CMYK 0 0.83 0.57 0.02
HSL 341.45º 0.95% 0.57% -
HSV(B) 341.45º 0.83% 0.98% -
XYZ 42.94 23.11 16.11 -
YUV 112.19 125.08 226.3 -
System Red Green Blue C M Y K H S L
Decimal 250 43 107 0 0.83 0.57 0.02 341.45 0.95 0.57
Hex FA 2B 6B 0 53 39 2 155 5F 39
Octal 372 53 153 0 123 71 2 525 137 71
Binary 11111010 101011 1101011 0 1010011 111001 10 101010101 1011111 111001

Color Harmonies of #FA2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B6B

Black with #FA2B6B

Text Example


Text Example

White with #FA2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B6B; }

 p { color: rgb(250,43,107); }

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

background-color css

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

 a { background-color: rgb(250,43,107); }

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

border-color css

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

 span { border-color: rgb(250,43,107); }

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