Html Css Color HEX #F830E0 Razzle Dazzle Rose

📋 copy color: '#F830E0'

red 248 ◦ green 48 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F830E0

Tints of Razzle Dazzle Rose #F830E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 47.69%
G = 9.23%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F830E0 (or 0xF830E0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and E0. RGB value is (248,48,224). Sum of RGB (Red+Green+Blue) = 248+48+224=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F830E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830E0 is #07CF1F. Grayscale: #7F7F7F. Windows color (decimal): -511776 or 14692600. OLE color: 14692600.

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

Color convert

RGB 248 48 224 -
CMYK 0 0.81 0.10 0.03
HSL 307.2º 0.93% 0.58% -
HSV(B) 307.2º 0.81% 0.97% -
XYZ 53.22 27.45 73.01 -
YUV 127.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 248 48 224 0 0.81 0.10 0.03 307.2 0.93 0.58
Hex F8 30 E0 0 51 A 3 133 5D 3A
Octal 370 60 340 0 121 12 3 463 135 72
Binary 11111000 110000 11100000 0 1010001 1010 11 100110011 1011101 111010

Color Harmonies of #F830E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830E0

Black with #F830E0

Text Example


Text Example

White with #F830E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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