Html Css Color HEX #F529EB Razzle Dazzle Rose

📋 copy color: '#F529EB'

red 245 ◦ green 41 ◦ blue 235

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

Shades of Razzle Dazzle Rose #F529EB

Tints of Razzle Dazzle Rose #F529EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.87%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 47.02%
G = 7.87%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F529EB (or 0xF529EB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and EB. RGB value is (245,41,235). Sum of RGB (Red+Green+Blue) = 245+41+235=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F529EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529EB is #0AD614. Grayscale: #7B7B7B. Windows color (decimal): -710165 or 15411701. OLE color: 15411701.

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

Color convert

RGB 245 41 235 -
CMYK 0 0.83 0.04 0.04
HSL 302.94º 0.91% 0.56% -
HSV(B) 302.94º 0.83% 0.96% -
XYZ 53.44 27 80.99 -
YUV 124.11 190.59 214.23 -
System Red Green Blue C M Y K H S L
Decimal 245 41 235 0 0.83 0.04 0.04 302.94 0.91 0.56
Hex F5 29 EB 0 53 4 4 12F 5B 38
Octal 365 51 353 0 123 4 4 457 133 70
Binary 11110101 101001 11101011 0 1010011 100 100 100101111 1011011 111000

Color Harmonies of #F529EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529EB

Black with #F529EB

Text Example


Text Example

White with #F529EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529EB; }

 p { color: rgb(245,41,235); }

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

background-color css

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

 a { background-color: rgb(245,41,235); }

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

border-color css

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

 span { border-color: rgb(245,41,235); }

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