Html Css Color HEX #F827DF Razzle Dazzle Rose

📋 copy color: '#F827DF'

red 248 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F827DF

Tints of Razzle Dazzle Rose #F827DF

RGB

 RED value IS 248 (97.27% from 255) = 48.63%

 GREEN value IS 39 (15.63% from 255) = 7.65%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 48.63%
G = 7.65%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F827DF (or 0xF827DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and DF. RGB value is (248,39,223). Sum of RGB (Red+Green+Blue) = 248+39+223=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F827DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827DF is #07D820. Grayscale: #797979. Windows color (decimal): -514081 or 14624760. OLE color: 14624760.

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

Color convert

RGB 248 39 223 -
CMYK 0 0.84 0.10 0.03
HSL 307.18º 0.94% 0.56% -
HSV(B) 307.18º 0.84% 0.97% -
XYZ 52.76 26.74 72.19 -
YUV 122.47 184.74 217.54 -
System Red Green Blue C M Y K H S L
Decimal 248 39 223 0 0.84 0.10 0.03 307.18 0.94 0.56
Hex F8 27 DF 0 54 A 3 133 5E 38
Octal 370 47 337 0 124 12 3 463 136 70
Binary 11111000 100111 11011111 0 1010100 1010 11 100110011 1011110 111000

Color Harmonies of #F827DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827DF

Black with #F827DF

Text Example


Text Example

White with #F827DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827DF; }

 p { color: rgb(248,39,223); }

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

background-color css

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

 a { background-color: rgb(248,39,223); }

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

border-color css

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

 span { border-color: rgb(248,39,223); }

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