Html Css Color HEX #F830CE Razzle Dazzle Rose

📋 copy color: '#F830CE'

red 248 ◦ green 48 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F830CE

Tints of Razzle Dazzle Rose #F830CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 49.4%
G = 9.56%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F830CE (or 0xF830CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and CE. RGB value is (248,48,206). Sum of RGB (Red+Green+Blue) = 248+48+206=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F830CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830CE is #07CF31. Grayscale: #7D7D7D. Windows color (decimal): -511794 or 13512952. OLE color: 13512952.

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

Color convert

RGB 248 48 206 -
CMYK 0 0.81 0.17 0.03
HSL 312.6º 0.93% 0.58% -
HSV(B) 312.6º 0.81% 0.97% -
XYZ 50.91 26.53 60.83 -
YUV 125.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 248 48 206 0 0.81 0.17 0.03 312.6 0.93 0.58
Hex F8 30 CE 0 51 11 3 139 5D 3A
Octal 370 60 316 0 121 21 3 471 135 72
Binary 11111000 110000 11001110 0 1010001 10001 11 100111001 1011101 111010

Color Harmonies of #F830CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830CE

Black with #F830CE

Text Example


Text Example

White with #F830CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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