Html Css Color HEX #F52ECF Razzle Dazzle Rose

📋 copy color: '#F52ECF'

red 245 ◦ green 46 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F52ECF

Tints of Razzle Dazzle Rose #F52ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.24%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 49.2%
G = 9.24%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F52ECF (or 0xF52ECF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and CF. RGB value is (245,46,207). Sum of RGB (Red+Green+Blue) = 245+46+207=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ECF is #0AD130. Grayscale: #7B7B7B. Windows color (decimal): -708913 or 13577973. OLE color: 13577973.

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

Color convert

RGB 245 46 207 -
CMYK 0 0.81 0.16 0.04
HSL 311.46º 0.91% 0.57% -
HSV(B) 311.46º 0.81% 0.96% -
XYZ 49.9 25.87 61.4 -
YUV 123.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 245 46 207 0 0.81 0.16 0.04 311.46 0.91 0.57
Hex F5 2E CF 0 51 10 4 137 5B 39
Octal 365 56 317 0 121 20 4 467 133 71
Binary 11110101 101110 11001111 0 1010001 10000 100 100110111 1011011 111001

Color Harmonies of #F52ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52ECF

Black with #F52ECF

Text Example


Text Example

White with #F52ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52ECF; }

 p { color: rgb(245,46,207); }

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

background-color css

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

 a { background-color: rgb(245,46,207); }

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

border-color css

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

 span { border-color: rgb(245,46,207); }

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