Html Css Color HEX #F827EE Razzle Dazzle Rose

📋 copy color: '#F827EE'

red 248 ◦ green 39 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F827EE

Tints of Razzle Dazzle Rose #F827EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 47.24%
G = 7.43%
B = 45.33%

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

#F827EE (or 0xF827EE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and EE. RGB value is (248,39,238). Sum of RGB (Red+Green+Blue) = 248+39+238=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 39 (15.62% from 255 or 7.43% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F827EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827EE is #07D811. Grayscale: #7B7B7B. Windows color (decimal): -514066 or 15607800. OLE color: 15607800.

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

Color convert

RGB 248 39 238 -
CMYK 0 0.84 0.04 0.03
HSL 302.87º 0.94% 0.56% -
HSV(B) 302.87º 0.84% 0.97% -
XYZ 54.87 27.58 83.32 -
YUV 124.18 192.24 216.32 -
System Red Green Blue C M Y K H S L
Decimal 248 39 238 0 0.84 0.04 0.03 302.87 0.94 0.56
Hex F8 27 EE 0 54 4 3 12F 5E 38
Octal 370 47 356 0 124 4 3 457 136 70
Binary 11111000 100111 11101110 0 1010100 100 11 100101111 1011110 111000

Color Harmonies of #F827EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827EE

Black with #F827EE

Text Example


Text Example

White with #F827EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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