Html Css Color HEX #FA40BB Razzle Dazzle Rose

📋 copy color: '#FA40BB'

red 250 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FA40BB

Tints of Razzle Dazzle Rose #FA40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.77%

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 49.9%
G = 12.77%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA40BB (or 0xFA40BB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and BB. RGB value is (250,64,187). Sum of RGB (Red+Green+Blue) = 250+64+187=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40BB is #05BF44. Grayscale: #858585. Windows color (decimal): -376645 or 12271866. OLE color: 12271866.

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

Color convert

RGB 250 64 187 -
CMYK 0 0.74 0.25 0.02
HSL 320.32º 0.95% 0.62% -
HSV(B) 320.32º 0.74% 0.98% -
XYZ 50.23 27.58 49.69 -
YUV 133.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 250 64 187 0 0.74 0.25 0.02 320.32 0.95 0.62
Hex FA 40 BB 0 4A 19 2 140 5F 3E
Octal 372 100 273 0 112 31 2 500 137 76
Binary 11111010 1000000 10111011 0 1001010 11001 10 101000000 1011111 111110

Color Harmonies of #FA40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40BB

Black with #FA40BB

Text Example


Text Example

White with #FA40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40BB; }

 p { color: rgb(250,64,187); }

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

background-color css

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

 a { background-color: rgb(250,64,187); }

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

border-color css

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

 span { border-color: rgb(250,64,187); }

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