Html Css Color HEX #F340BB Razzle Dazzle Rose

📋 copy color: '#F340BB'

red 243 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F340BB

Tints of Razzle Dazzle Rose #F340BB

RGB

 RED value IS 243 (95.31% from 255) = 49.19%

 GREEN value IS 64 (25.39% from 255) = 12.96%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 49.19%
G = 12.96%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F340BB (or 0xF340BB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and BB. RGB value is (243,64,187). Sum of RGB (Red+Green+Blue) = 243+64+187=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F340BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340BB is #0CBF44. Grayscale: #838383. Windows color (decimal): -835397 or 12271859. OLE color: 12271859.

HSL color Cylindrical-coordinate representation of color #F340BB: hue angle of 318.77º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340BB is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 187 -
CMYK 0 0.74 0.23 0.05
HSL 318.77º 0.88% 0.6% -
HSV(B) 318.77º 0.74% 0.95% -
XYZ 47.77 26.31 49.57 -
YUV 131.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 243 64 187 0 0.74 0.23 0.05 318.77 0.88 0.6
Hex F3 40 BB 0 4A 17 5 13F 58 3C
Octal 363 100 273 0 112 27 5 477 130 74
Binary 11110011 1000000 10111011 0 1001010 10111 101 100111111 1011000 111100

Color Harmonies of #F340BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340BB

Black with #F340BB

Text Example


Text Example

White with #F340BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340BB; }

 p { color: rgb(243,64,187); }

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

background-color css

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

 a { background-color: rgb(243,64,187); }

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

border-color css

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

 span { border-color: rgb(243,64,187); }

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