Html Css Color HEX #F533C7 Razzle Dazzle Rose

📋 copy color: '#F533C7'

red 245 ◦ green 51 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F533C7

Tints of Razzle Dazzle Rose #F533C7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.3%

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

R = 49.49%
G = 10.3%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F533C7 (or 0xF533C7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and C7. RGB value is (245,51,199). Sum of RGB (Red+Green+Blue) = 245+51+199=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F533C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533C7 is #0ACC38. Grayscale: #7D7D7D. Windows color (decimal): -707641 or 13054965. OLE color: 13054965.

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

Color convert

RGB 245 51 199 -
CMYK 0 0.79 0.19 0.04
HSL 314.23º 0.91% 0.58% -
HSV(B) 314.23º 0.79% 0.96% -
XYZ 49.15 25.9 56.44 -
YUV 125.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 245 51 199 0 0.79 0.19 0.04 314.23 0.91 0.58
Hex F5 33 C7 0 4F 13 4 13A 5B 3A
Octal 365 63 307 0 117 23 4 472 133 72
Binary 11110101 110011 11000111 0 1001111 10011 100 100111010 1011011 111010

Color Harmonies of #F533C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F533C7

Black with #F533C7

Text Example


Text Example

White with #F533C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F533C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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