Html Css Color HEX #FA2F4B Radical Red

📋 copy color: '#FA2F4B'

red 250 ◦ green 47 ◦ blue 75

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

Shades of Radical Red #FA2F4B

Tints of Radical Red #FA2F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

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

R = 67.2%
G = 12.63%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA2F4B (or 0xFA2F4B) is known color: Radical Red. HEX triplet: FA, 2F and 4B. RGB value is (250,47,75). Sum of RGB (Red+Green+Blue) = 250+47+75=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F4B is #05D0B4. Grayscale: #6E6E6E. Windows color (decimal): -381109 or 4927482. OLE color: 4927482.

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

Color convert

RGB 250 47 75 -
CMYK 0 0.81 0.7 0.02
HSL 351.72º 0.95% 0.58% -
HSV(B) 351.72º 0.81% 0.98% -
XYZ 41.71 22.87 8.87 -
YUV 110.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 250 47 75 0 0.81 0.7 0.02 351.72 0.95 0.58
Hex FA 2F 4B 0 51 46 2 160 5F 3A
Octal 372 57 113 0 121 106 2 540 137 72
Binary 11111010 101111 1001011 0 1010001 1000110 10 101100000 1011111 111010

Color Harmonies of #FA2F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F4B

Black with #FA2F4B

Text Example


Text Example

White with #FA2F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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