Html Css Color HEX #FA25CB Razzle Dazzle Rose

📋 copy color: '#FA25CB'

red 250 ◦ green 37 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FA25CB

Tints of Razzle Dazzle Rose #FA25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 51.02%
G = 7.55%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA25CB (or 0xFA25CB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 25 and CB. RGB value is (250,37,203). Sum of RGB (Red+Green+Blue) = 250+37+203=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25CB is #05DA34. Grayscale: #777777. Windows color (decimal): -383541 or 13313530. OLE color: 13313530.

HSL color Cylindrical-coordinate representation of color #FA25CB: hue angle of 313.24º 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 #FA25CB is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 203 -
CMYK 0 0.85 0.19 0.02
HSL 313.24º 0.96% 0.56% -
HSV(B) 313.24º 0.85% 0.98% -
XYZ 50.87 25.96 58.83 -
YUV 119.61 175.07 221 -
System Red Green Blue C M Y K H S L
Decimal 250 37 203 0 0.85 0.19 0.02 313.24 0.96 0.56
Hex FA 25 CB 0 55 13 2 139 60 38
Octal 372 45 313 0 125 23 2 471 140 70
Binary 11111010 100101 11001011 0 1010101 10011 10 100111001 1100000 111000

Color Harmonies of #FA25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25CB

Black with #FA25CB

Text Example


Text Example

White with #FA25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25CB; }

 p { color: rgb(250,37,203); }

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

background-color css

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

 a { background-color: rgb(250,37,203); }

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

border-color css

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

 span { border-color: rgb(250,37,203); }

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