Html Css Color HEX #FF25C2 Razzle Dazzle Rose

📋 copy color: '#FF25C2'

red 255 ◦ green 37 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FF25C2

Tints of Razzle Dazzle Rose #FF25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 52.47%
G = 7.61%
B = 39.92%

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

#FF25C2 (or 0xFF25C2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and C2. RGB value is (255,37,194). Sum of RGB (Red+Green+Blue) = 255+37+194=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25C2 is #00DA3D. Grayscale: #777777. Windows color (decimal): -55870 or 12723711. OLE color: 12723711.

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

Color convert

RGB 255 37 194 -
CMYK 0 0.85 0.24 0
HSL 316.79º 1% 0.57% -
HSV(B) 316.79º 0.85% 1% -
XYZ 51.64 26.48 53.43 -
YUV 120.08 169.72 224.23 -
System Red Green Blue C M Y K H S L
Decimal 255 37 194 0 0.85 0.24 0 316.79 1 0.57
Hex FF 25 C2 0 55 18 0 13D 64 39
Octal 377 45 302 0 125 30 0 475 144 71
Binary 11111111 100101 11000010 0 1010101 11000 0 100111101 1100100 111001

Color Harmonies of #FF25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25C2

Black with #FF25C2

Text Example


Text Example

White with #FF25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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