Html Css Color HEX #FB2AD4 Razzle Dazzle Rose

📋 copy color: '#FB2AD4'

red 251 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FB2AD4

Tints of Razzle Dazzle Rose #FB2AD4

RGB

 RED value IS 251 (98.44% from 255) = 49.7%

 GREEN value IS 42 (16.8% from 255) = 8.32%

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 49.7%
G = 8.32%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB2AD4 (or 0xFB2AD4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and D4. RGB value is (251,42,212). Sum of RGB (Red+Green+Blue) = 251+42+212=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AD4 is #04D52B. Grayscale: #7B7B7B. Windows color (decimal): -316716 or 13904635. OLE color: 13904635.

HSL color Cylindrical-coordinate representation of color #FB2AD4: hue angle of 311.2º degrees, saturation: 0.96, 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 #FB2AD4 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 42 212 -
CMYK 0 0.83 0.16 0.02
HSL 311.2º 0.96% 0.57% -
HSV(B) 311.2º 0.83% 0.98% -
XYZ 52.5 26.92 64.72 -
YUV 123.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 251 42 212 0 0.83 0.16 0.02 311.2 0.96 0.57
Hex FB 2A D4 0 53 10 2 137 60 39
Octal 373 52 324 0 123 20 2 467 140 71
Binary 11111011 101010 11010100 0 1010011 10000 10 100110111 1100000 111001

Color Harmonies of #FB2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AD4

Black with #FB2AD4

Text Example


Text Example

White with #FB2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AD4; }

 p { color: rgb(251,42,212); }

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

background-color css

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

 a { background-color: rgb(251,42,212); }

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

border-color css

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

 span { border-color: rgb(251,42,212); }

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