Html Css Color HEX #F526C4 Razzle Dazzle Rose

📋 copy color: '#F526C4'

red 245 ◦ green 38 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F526C4

Tints of Razzle Dazzle Rose #F526C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 51.15%
G = 7.93%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F526C4 (or 0xF526C4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 26 and C4. RGB value is (245,38,196). Sum of RGB (Red+Green+Blue) = 245+38+196=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F526C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526C4 is #0AD93B. Grayscale: #757575. Windows color (decimal): -710972 or 12855029. OLE color: 12855029.

HSL color Cylindrical-coordinate representation of color #F526C4: hue angle of 314.2º 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 #F526C4 is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 196 -
CMYK 0 0.84 0.2 0.04
HSL 314.2º 0.91% 0.55% -
HSV(B) 314.2º 0.84% 0.96% -
XYZ 48.31 24.78 54.46 -
YUV 117.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 245 38 196 0 0.84 0.2 0.04 314.2 0.91 0.55
Hex F5 26 C4 0 54 14 4 13A 5B 37
Octal 365 46 304 0 124 24 4 472 133 67
Binary 11110101 100110 11000100 0 1010100 10100 100 100111010 1011011 110111

Color Harmonies of #F526C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526C4

Black with #F526C4

Text Example


Text Example

White with #F526C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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