Html Css Color HEX #F725E3 Razzle Dazzle Rose

📋 copy color: '#F725E3'

red 247 ◦ green 37 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F725E3

Tints of Razzle Dazzle Rose #F725E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.42%

R = 48.34%
G = 7.24%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F725E3 (or 0xF725E3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and E3. RGB value is (247,37,227). Sum of RGB (Red+Green+Blue) = 247+37+227=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F725E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725E3 is #08DA1C. Grayscale: #787878. Windows color (decimal): -580125 or 14886391. OLE color: 14886391.

HSL color Cylindrical-coordinate representation of color #F725E3: hue angle of 305.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 #F725E3 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 227 -
CMYK 0 0.85 0.08 0.03
HSL 305.71º 0.93% 0.56% -
HSV(B) 305.71º 0.85% 0.97% -
XYZ 52.88 26.64 75.03 -
YUV 121.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 247 37 227 0 0.85 0.08 0.03 305.71 0.93 0.56
Hex F7 25 E3 0 55 8 3 132 5D 38
Octal 367 45 343 0 125 10 3 462 135 70
Binary 11110111 100101 11100011 0 1010101 1000 11 100110010 1011101 111000

Color Harmonies of #F725E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725E3

Black with #F725E3

Text Example


Text Example

White with #F725E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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