Html Css Color HEX #F725DC Razzle Dazzle Rose

📋 copy color: '#F725DC'

red 247 ◦ green 37 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F725DC

Tints of Razzle Dazzle Rose #F725DC

RGB

 RED value IS 247 (96.88% from 255) = 49.01%

 GREEN value IS 37 (14.84% from 255) = 7.34%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 49.01%
G = 7.34%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F725DC (or 0xF725DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and DC. RGB value is (247,37,220). Sum of RGB (Red+Green+Blue) = 247+37+220=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F725DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725DC is #08DA23. Grayscale: #787878. Windows color (decimal): -580132 or 14427639. OLE color: 14427639.

HSL color Cylindrical-coordinate representation of color #F725DC: hue angle of 307.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725DC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 220 -
CMYK 0 0.85 0.11 0.03
HSL 307.71º 0.93% 0.56% -
HSV(B) 307.71º 0.85% 0.97% -
XYZ 51.94 26.26 70.04 -
YUV 120.65 184.07 218.12 -
System Red Green Blue C M Y K H S L
Decimal 247 37 220 0 0.85 0.11 0.03 307.71 0.93 0.56
Hex F7 25 DC 0 55 B 3 134 5D 38
Octal 367 45 334 0 125 13 3 464 135 70
Binary 11110111 100101 11011100 0 1010101 1011 11 100110100 1011101 111000

Color Harmonies of #F725DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725DC

Black with #F725DC

Text Example


Text Example

White with #F725DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725DC; }

 p { color: rgb(247,37,220); }

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

background-color css

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

 a { background-color: rgb(247,37,220); }

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

border-color css

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

 span { border-color: rgb(247,37,220); }

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