Html Css Color HEX #F83DE4 Razzle Dazzle Rose

📋 copy color: '#F83DE4'

red 248 ◦ green 61 ◦ blue 228

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

Shades of Razzle Dazzle Rose #F83DE4

Tints of Razzle Dazzle Rose #F83DE4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.36%

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 46.18%
G = 11.36%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F83DE4 (or 0xF83DE4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and E4. RGB value is (248,61,228). Sum of RGB (Red+Green+Blue) = 248+61+228=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 61 (24.22% from 255 or 11.36% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DE4 is #07C21B. Grayscale: #878787. Windows color (decimal): -508444 or 14958072. OLE color: 14958072.

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

Color convert

RGB 248 61 228 -
CMYK 0 0.75 0.08 0.03
HSL 306.42º 0.93% 0.61% -
HSV(B) 306.42º 0.75% 0.97% -
XYZ 54.38 28.9 76.11 -
YUV 135.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 248 61 228 0 0.75 0.08 0.03 306.42 0.93 0.61
Hex F8 3D E4 0 4B 8 3 132 5D 3D
Octal 370 75 344 0 113 10 3 462 135 75
Binary 11111000 111101 11100100 0 1001011 1000 11 100110010 1011101 111101

Color Harmonies of #F83DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83DE4

Black with #F83DE4

Text Example


Text Example

White with #F83DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83DE4; }

 p { color: rgb(248,61,228); }

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

background-color css

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

 a { background-color: rgb(248,61,228); }

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

border-color css

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

 span { border-color: rgb(248,61,228); }

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