Html Css Color HEX #F528BE Razzle Dazzle Rose

📋 copy color: '#F528BE'

red 245 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F528BE

Tints of Razzle Dazzle Rose #F528BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.42%

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

R = 51.58%
G = 8.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F528BE (or 0xF528BE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and BE. RGB value is (245,40,190). Sum of RGB (Red+Green+Blue) = 245+40+190=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F528BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528BE is #0AD741. Grayscale: #767676. Windows color (decimal): -710466 or 12462325. OLE color: 12462325.

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

Color convert

RGB 245 40 190 -
CMYK 0 0.84 0.22 0.04
HSL 316.1º 0.91% 0.56% -
HSV(B) 316.1º 0.84% 0.96% -
XYZ 47.71 24.65 50.96 -
YUV 118.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 245 40 190 0 0.84 0.22 0.04 316.1 0.91 0.56
Hex F5 28 BE 0 54 16 4 13C 5B 38
Octal 365 50 276 0 124 26 4 474 133 70
Binary 11110101 101000 10111110 0 1010100 10110 100 100111100 1011011 111000

Color Harmonies of #F528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F528BE

Black with #F528BE

Text Example


Text Example

White with #F528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F528BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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