Html Css Color HEX #F630EA Razzle Dazzle Rose

📋 copy color: '#F630EA'

red 246 ◦ green 48 ◦ blue 234

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

Shades of Razzle Dazzle Rose #F630EA

Tints of Razzle Dazzle Rose #F630EA

RGB

 RED value IS 246 (96.48% from 255) = 46.59%

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 46.59%
G = 9.09%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F630EA (or 0xF630EA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and EA. RGB value is (246,48,234). Sum of RGB (Red+Green+Blue) = 246+48+234=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F630EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F630EA is #09CF15. Grayscale: #7F7F7F. Windows color (decimal): -642838 or 15347958. OLE color: 15347958.

HSL color Cylindrical-coordinate representation of color #F630EA: hue angle of 303.64º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630EA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 234 -
CMYK 0 0.80 0.05 0.04
HSL 303.64º 0.92% 0.58% -
HSV(B) 303.64º 0.8% 0.96% -
XYZ 53.91 27.65 80.34 -
YUV 128.41 187.6 211.88 -
System Red Green Blue C M Y K H S L
Decimal 246 48 234 0 0.80 0.05 0.04 303.64 0.92 0.58
Hex F6 30 EA 0 50 5 4 130 5C 3A
Octal 366 60 352 0 120 5 4 460 134 72
Binary 11110110 110000 11101010 0 1010000 101 100 100110000 1011100 111010

Color Harmonies of #F630EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630EA

Black with #F630EA

Text Example


Text Example

White with #F630EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630EA; }

 p { color: rgb(246,48,234); }

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

background-color css

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

 a { background-color: rgb(246,48,234); }

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

border-color css

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

 span { border-color: rgb(246,48,234); }

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