Html Css Color HEX #F83FE5 Razzle Dazzle Rose

📋 copy color: '#F83FE5'

red 248 ◦ green 63 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F83FE5

Tints of Razzle Dazzle Rose #F83FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 11.67%

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 45.93%
G = 11.67%
B = 42.41%

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

#F83FE5 (or 0xF83FE5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and E5. RGB value is (248,63,229). Sum of RGB (Red+Green+Blue) = 248+63+229=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 63 (25% from 255 or 11.67% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FE5 is #07C01A. Grayscale: #888888. Windows color (decimal): -507931 or 15024120. OLE color: 15024120.

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

Color convert

RGB 248 63 229 -
CMYK 0 0.75 0.08 0.03
HSL 306.16º 0.93% 0.61% -
HSV(B) 306.16º 0.75% 0.97% -
XYZ 54.63 29.17 76.88 -
YUV 137.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 248 63 229 0 0.75 0.08 0.03 306.16 0.93 0.61
Hex F8 3F E5 0 4B 8 3 132 5D 3D
Octal 370 77 345 0 113 10 3 462 135 75
Binary 11111000 111111 11100101 0 1001011 1000 11 100110010 1011101 111101

Color Harmonies of #F83FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FE5

Black with #F83FE5

Text Example


Text Example

White with #F83FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FE5; }

 p { color: rgb(248,63,229); }

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

background-color css

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

 a { background-color: rgb(248,63,229); }

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

border-color css

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

 span { border-color: rgb(248,63,229); }

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