Html Css Color HEX #FB25CE Razzle Dazzle Rose

📋 copy color: '#FB25CE'

red 251 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FB25CE

Tints of Razzle Dazzle Rose #FB25CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.49%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 50.81%
G = 7.49%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB25CE (or 0xFB25CE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 25 and CE. RGB value is (251,37,206). Sum of RGB (Red+Green+Blue) = 251+37+206=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB25CE is #04DA31. Grayscale: #777777. Windows color (decimal): -318002 or 13510139. OLE color: 13510139.

HSL color Cylindrical-coordinate representation of color #FB25CE: hue angle of 312.62º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25CE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 206 -
CMYK 0 0.85 0.18 0.02
HSL 312.62º 0.96% 0.56% -
HSV(B) 312.62º 0.85% 0.98% -
XYZ 51.59 26.29 60.75 -
YUV 120.25 176.4 221.26 -
System Red Green Blue C M Y K H S L
Decimal 251 37 206 0 0.85 0.18 0.02 312.62 0.96 0.56
Hex FB 25 CE 0 55 12 2 139 60 38
Octal 373 45 316 0 125 22 2 471 140 70
Binary 11111011 100101 11001110 0 1010101 10010 10 100111001 1100000 111000

Color Harmonies of #FB25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25CE

Black with #FB25CE

Text Example


Text Example

White with #FB25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25CE; }

 p { color: rgb(251,37,206); }

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

background-color css

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

 a { background-color: rgb(251,37,206); }

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

border-color css

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

 span { border-color: rgb(251,37,206); }

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