Html Css Color HEX #F526C7 Razzle Dazzle Rose

📋 copy color: '#F526C7'

red 245 ◦ green 38 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F526C7

Tints of Razzle Dazzle Rose #F526C7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.88%

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 50.83%
G = 7.88%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F526C7 (or 0xF526C7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 26 and C7. RGB value is (245,38,199). Sum of RGB (Red+Green+Blue) = 245+38+199=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F526C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526C7 is #0AD938. Grayscale: #757575. Windows color (decimal): -710969 or 13051637. OLE color: 13051637.

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

Color convert

RGB 245 38 199 -
CMYK 0 0.84 0.19 0.04
HSL 313.33º 0.91% 0.55% -
HSV(B) 313.33º 0.84% 0.96% -
XYZ 48.66 24.92 56.28 -
YUV 118.25 173.58 218.41 -
System Red Green Blue C M Y K H S L
Decimal 245 38 199 0 0.84 0.19 0.04 313.33 0.91 0.55
Hex F5 26 C7 0 54 13 4 139 5B 37
Octal 365 46 307 0 124 23 4 471 133 67
Binary 11110101 100110 11000111 0 1010100 10011 100 100111001 1011011 110111

Color Harmonies of #F526C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526C7

Black with #F526C7

Text Example


Text Example

White with #F526C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526C7; }

 p { color: rgb(245,38,199); }

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

background-color css

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

 a { background-color: rgb(245,38,199); }

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

border-color css

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

 span { border-color: rgb(245,38,199); }

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