Html Css Color HEX #F525BE Razzle Dazzle Rose

📋 copy color: '#F525BE'

red 245 ◦ green 37 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F525BE

Tints of Razzle Dazzle Rose #F525BE

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 51.91%
G = 7.84%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F525BE (or 0xF525BE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and BE. RGB value is (245,37,190). Sum of RGB (Red+Green+Blue) = 245+37+190=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F525BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525BE is #0ADA41. Grayscale: #747474. Windows color (decimal): -711234 or 12461557. OLE color: 12461557.

HSL color Cylindrical-coordinate representation of color #F525BE: hue angle of 315.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525BE is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 190 -
CMYK 0 0.85 0.22 0.04
HSL 315.87º 0.91% 0.55% -
HSV(B) 315.87º 0.85% 0.96% -
XYZ 47.61 24.45 50.93 -
YUV 116.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 245 37 190 0 0.85 0.22 0.04 315.87 0.91 0.55
Hex F5 25 BE 0 55 16 4 13C 5B 37
Octal 365 45 276 0 125 26 4 474 133 67
Binary 11110101 100101 10111110 0 1010101 10110 100 100111100 1011011 110111

Color Harmonies of #F525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525BE

Black with #F525BE

Text Example


Text Example

White with #F525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525BE; }

 p { color: rgb(245,37,190); }

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

background-color css

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

 a { background-color: rgb(245,37,190); }

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

border-color css

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

 span { border-color: rgb(245,37,190); }

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