Html Css Color HEX #F83EDE Razzle Dazzle Rose

📋 copy color: '#F83EDE'

red 248 ◦ green 62 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F83EDE

Tints of Razzle Dazzle Rose #F83EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.65%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 46.62%
G = 11.65%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F83EDE (or 0xF83EDE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3E and DE. RGB value is (248,62,222). Sum of RGB (Red+Green+Blue) = 248+62+222=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 62 (24.61% from 255 or 11.65% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F83EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83EDE is #07C121. Grayscale: #878787. Windows color (decimal): -508194 or 14565112. OLE color: 14565112.

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

Color convert

RGB 248 62 222 -
CMYK 0 0.75 0.10 0.03
HSL 308.39º 0.93% 0.61% -
HSV(B) 308.39º 0.75% 0.97% -
XYZ 53.62 28.68 71.82 -
YUV 135.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 248 62 222 0 0.75 0.10 0.03 308.39 0.93 0.61
Hex F8 3E DE 0 4B A 3 134 5D 3D
Octal 370 76 336 0 113 12 3 464 135 75
Binary 11111000 111110 11011110 0 1001011 1010 11 100110100 1011101 111101

Color Harmonies of #F83EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83EDE

Black with #F83EDE

Text Example


Text Example

White with #F83EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83EDE; }

 p { color: rgb(248,62,222); }

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

background-color css

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

 a { background-color: rgb(248,62,222); }

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

border-color css

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

 span { border-color: rgb(248,62,222); }

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