Html Css Color HEX #F830EE Razzle Dazzle Rose

📋 copy color: '#F830EE'

red 248 ◦ green 48 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F830EE

Tints of Razzle Dazzle Rose #F830EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.99%

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

R = 46.44%
G = 8.99%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F830EE (or 0xF830EE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and EE. RGB value is (248,48,238). Sum of RGB (Red+Green+Blue) = 248+48+238=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F830EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830EE is #07CF11. Grayscale: #808080. Windows color (decimal): -511762 or 15610104. OLE color: 15610104.

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

Color convert

RGB 248 48 238 -
CMYK 0 0.81 0.04 0.03
HSL 303º 0.93% 0.58% -
HSV(B) 303º 0.81% 0.97% -
XYZ 55.2 28.24 83.43 -
YUV 129.46 189.26 212.55 -
System Red Green Blue C M Y K H S L
Decimal 248 48 238 0 0.81 0.04 0.03 303 0.93 0.58
Hex F8 30 EE 0 51 4 3 12F 5D 3A
Octal 370 60 356 0 121 4 3 457 135 72
Binary 11111000 110000 11101110 0 1010001 100 11 100101111 1011101 111010

Color Harmonies of #F830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830EE

Black with #F830EE

Text Example


Text Example

White with #F830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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