Html Css Color HEX #FF25C1 Razzle Dazzle Rose

📋 copy color: '#FF25C1'

red 255 ◦ green 37 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FF25C1

Tints of Razzle Dazzle Rose #FF25C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 52.58%
G = 7.63%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF25C1 (or 0xFF25C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and C1. RGB value is (255,37,193). Sum of RGB (Red+Green+Blue) = 255+37+193=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25C1 is #00DA3E. Grayscale: #777777. Windows color (decimal): -55871 or 12658175. OLE color: 12658175.

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

Color convert

RGB 255 37 193 -
CMYK 0 0.85 0.24 0
HSL 317.06º 1% 0.57% -
HSV(B) 317.06º 0.85% 1% -
XYZ 51.53 26.43 52.84 -
YUV 119.97 169.22 224.32 -
System Red Green Blue C M Y K H S L
Decimal 255 37 193 0 0.85 0.24 0 317.06 1 0.57
Hex FF 25 C1 0 55 18 0 13D 64 39
Octal 377 45 301 0 125 30 0 475 144 71
Binary 11111111 100101 11000001 0 1010101 11000 0 100111101 1100100 111001

Color Harmonies of #FF25C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25C1

Black with #FF25C1

Text Example


Text Example

White with #FF25C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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