Html Css Color HEX #F827D1 Razzle Dazzle Rose

📋 copy color: '#F827D1'

red 248 ◦ green 39 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F827D1

Tints of Razzle Dazzle Rose #F827D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 50%
G = 7.86%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F827D1 (or 0xF827D1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and D1. RGB value is (248,39,209). Sum of RGB (Red+Green+Blue) = 248+39+209=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F827D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827D1 is #07D82E. Grayscale: #787878. Windows color (decimal): -514095 or 13707256. OLE color: 13707256.

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

Color convert

RGB 248 39 209 -
CMYK 0 0.84 0.16 0.03
HSL 311.2º 0.94% 0.56% -
HSV(B) 311.2º 0.84% 0.97% -
XYZ 50.95 26.01 62.66 -
YUV 120.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 248 39 209 0 0.84 0.16 0.03 311.2 0.94 0.56
Hex F8 27 D1 0 54 10 3 137 5E 38
Octal 370 47 321 0 124 20 3 467 136 70
Binary 11111000 100111 11010001 0 1010100 10000 11 100110111 1011110 111000

Color Harmonies of #F827D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827D1

Black with #F827D1

Text Example


Text Example

White with #F827D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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