Html Css Color HEX #F725CB Razzle Dazzle Rose

📋 copy color: '#F725CB'

red 247 ◦ green 37 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F725CB

Tints of Razzle Dazzle Rose #F725CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 50.72%
G = 7.6%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F725CB (or 0xF725CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 25 and CB. RGB value is (247,37,203). Sum of RGB (Red+Green+Blue) = 247+37+203=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F725CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725CB is #08DA34. Grayscale: #767676. Windows color (decimal): -580149 or 13313527. OLE color: 13313527.

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

Color convert

RGB 247 37 203 -
CMYK 0 0.85 0.18 0.03
HSL 312.57º 0.93% 0.56% -
HSV(B) 312.57º 0.85% 0.97% -
XYZ 49.8 25.41 58.78 -
YUV 118.71 175.57 219.5 -
System Red Green Blue C M Y K H S L
Decimal 247 37 203 0 0.85 0.18 0.03 312.57 0.93 0.56
Hex F7 25 CB 0 55 12 3 139 5D 38
Octal 367 45 313 0 125 22 3 471 135 70
Binary 11110111 100101 11001011 0 1010101 10010 11 100111001 1011101 111000

Color Harmonies of #F725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725CB

Black with #F725CB

Text Example


Text Example

White with #F725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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