Html Css Color HEX #FF25CB Razzle Dazzle Rose

📋 copy color: '#FF25CB'

red 255 ◦ green 37 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FF25CB

Tints of Razzle Dazzle Rose #FF25CB

RGB

 RED value IS 255 (100% from 255) = 51.52%

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

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

R = 51.52%
G = 7.47%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF25CB (or 0xFF25CB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and CB. RGB value is (255,37,203). Sum of RGB (Red+Green+Blue) = 255+37+203=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25CB is #00DA34. Grayscale: #787878. Windows color (decimal): -55861 or 13313535. OLE color: 13313535.

HSL color Cylindrical-coordinate representation of color #FF25CB: hue angle of 314.31º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25CB is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 37 203 -
CMYK 0 0.85 0.20 0
HSL 314.31º 1% 0.57% -
HSV(B) 314.31º 0.85% 1% -
XYZ 52.68 26.89 58.91 -
YUV 121.11 174.22 223.5 -
System Red Green Blue C M Y K H S L
Decimal 255 37 203 0 0.85 0.20 0 314.31 1 0.57
Hex FF 25 CB 0 55 14 0 13A 64 39
Octal 377 45 313 0 125 24 0 472 144 71
Binary 11111111 100101 11001011 0 1010101 10100 0 100111010 1100100 111001

Color Harmonies of #FF25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25CB

Black with #FF25CB

Text Example


Text Example

White with #FF25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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