Html Css Color HEX #F827ED Razzle Dazzle Rose

📋 copy color: '#F827ED'

red 248 ◦ green 39 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F827ED

Tints of Razzle Dazzle Rose #F827ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 47.33%
G = 7.44%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F827ED (or 0xF827ED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and ED. RGB value is (248,39,237). Sum of RGB (Red+Green+Blue) = 248+39+237=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 39 (15.62% from 255 or 7.44% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F827ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827ED is #07D812. Grayscale: #7B7B7B. Windows color (decimal): -514067 or 15542264. OLE color: 15542264.

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

Color convert

RGB 248 39 237 -
CMYK 0 0.84 0.04 0.03
HSL 303.16º 0.94% 0.56% -
HSV(B) 303.16º 0.84% 0.97% -
XYZ 54.72 27.52 82.55 -
YUV 124.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 248 39 237 0 0.84 0.04 0.03 303.16 0.94 0.56
Hex F8 27 ED 0 54 4 3 12F 5E 38
Octal 370 47 355 0 124 4 3 457 136 70
Binary 11111000 100111 11101101 0 1010100 100 11 100101111 1011110 111000

Color Harmonies of #F827ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827ED

Black with #F827ED

Text Example


Text Example

White with #F827ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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