Html Css Color HEX #FA67B0 Hot Pink

📋 copy color: '#FA67B0'

red 250 ◦ green 103 ◦ blue 176

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

Shades of Hot Pink #FA67B0

Tints of Hot Pink #FA67B0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.47%

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 47.26%
G = 19.47%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA67B0 (or 0xFA67B0) is known color: Hot Pink. HEX triplet: FA, 67 and B0. RGB value is (250,103,176). Sum of RGB (Red+Green+Blue) = 250+103+176=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA67B0 is #05984F. Grayscale: #9B9B9B. Windows color (decimal): -366672 or 11560954. OLE color: 11560954.

HSL color Cylindrical-coordinate representation of color #FA67B0: hue angle of 330.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67B0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 103 176 -
CMYK 0 0.59 0.30 0.02
HSL 330.2º 0.94% 0.69% -
HSV(B) 330.2º 0.59% 0.98% -
XYZ 52.11 33.16 44.73 -
YUV 155.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 250 103 176 0 0.59 0.30 0.02 330.2 0.94 0.69
Hex FA 67 B0 0 3B 1E 2 14A 5E 45
Octal 372 147 260 0 73 36 2 512 136 105
Binary 11111010 1100111 10110000 0 111011 11110 10 101001010 1011110 1000101

Color Harmonies of #FA67B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA67B0

Black with #FA67B0

Text Example


Text Example

White with #FA67B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA67B0; }

 p { color: rgb(250,103,176); }

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

background-color css

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

 a { background-color: rgb(250,103,176); }

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

border-color css

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

 span { border-color: rgb(250,103,176); }

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