Html Css Color HEX #F841C2 Razzle Dazzle Rose

📋 copy color: '#F841C2'

red 248 ◦ green 65 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F841C2

Tints of Razzle Dazzle Rose #F841C2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.82%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 48.92%
G = 12.82%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F841C2 (or 0xF841C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and C2. RGB value is (248,65,194). Sum of RGB (Red+Green+Blue) = 248+65+194=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F841C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841C2 is #07BE3D. Grayscale: #868686. Windows color (decimal): -507454 or 12730872. OLE color: 12730872.

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

Color convert

RGB 248 65 194 -
CMYK 0 0.74 0.22 0.03
HSL 317.7º 0.93% 0.61% -
HSV(B) 317.7º 0.74% 0.97% -
XYZ 50.34 27.63 53.72 -
YUV 134.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 248 65 194 0 0.74 0.22 0.03 317.7 0.93 0.61
Hex F8 41 C2 0 4A 16 3 13E 5D 3D
Octal 370 101 302 0 112 26 3 476 135 75
Binary 11111000 1000001 11000010 0 1001010 10110 11 100111110 1011101 111101

Color Harmonies of #F841C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841C2

Black with #F841C2

Text Example


Text Example

White with #F841C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841C2; }

 p { color: rgb(248,65,194); }

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

background-color css

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

 a { background-color: rgb(248,65,194); }

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

border-color css

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

 span { border-color: rgb(248,65,194); }

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