Html Css Color HEX #F630E0 Razzle Dazzle Rose

📋 copy color: '#F630E0'

red 246 ◦ green 48 ◦ blue 224

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

Shades of Razzle Dazzle Rose #F630E0

Tints of Razzle Dazzle Rose #F630E0

RGB

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

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

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

R = 47.49%
G = 9.27%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F630E0 (or 0xF630E0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and E0. RGB value is (246,48,224). Sum of RGB (Red+Green+Blue) = 246+48+224=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F630E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630E0 is #09CF1F. Grayscale: #7E7E7E. Windows color (decimal): -642848 or 14692598. OLE color: 14692598.

HSL color Cylindrical-coordinate representation of color #F630E0: hue angle of 306.67º 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 #F630E0 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 224 -
CMYK 0 0.80 0.09 0.04
HSL 306.67º 0.92% 0.58% -
HSV(B) 306.67º 0.8% 0.96% -
XYZ 52.52 27.09 72.98 -
YUV 127.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 246 48 224 0 0.80 0.09 0.04 306.67 0.92 0.58
Hex F6 30 E0 0 50 9 4 133 5C 3A
Octal 366 60 340 0 120 11 4 463 134 72
Binary 11110110 110000 11100000 0 1010000 1001 100 100110011 1011100 111010

Color Harmonies of #F630E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630E0

Black with #F630E0

Text Example


Text Example

White with #F630E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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