Html Css Color HEX #F138DC Razzle Dazzle Rose

📋 copy color: '#F138DC'

red 241 ◦ green 56 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F138DC

Tints of Razzle Dazzle Rose #F138DC

RGB

 RED value IS 241 (94.53% from 255) = 46.62%

 GREEN value IS 56 (22.27% from 255) = 10.83%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 46.62%
G = 10.83%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F138DC (or 0xF138DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and DC. RGB value is (241,56,220). Sum of RGB (Red+Green+Blue) = 241+56+220=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F138DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138DC is #0EC723. Grayscale: #818181. Windows color (decimal): -968484 or 14432497. OLE color: 14432497.

HSL color Cylindrical-coordinate representation of color #F138DC: hue angle of 306.81º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138DC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 220 -
CMYK 0 0.77 0.09 0.05
HSL 306.81º 0.87% 0.58% -
HSV(B) 306.81º 0.77% 0.95% -
XYZ 50.61 26.7 70.2 -
YUV 130.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 241 56 220 0 0.77 0.09 0.05 306.81 0.87 0.58
Hex F1 38 DC 0 4D 9 5 133 57 3A
Octal 361 70 334 0 115 11 5 463 127 72
Binary 11110001 111000 11011100 0 1001101 1001 101 100110011 1010111 111010

Color Harmonies of #F138DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138DC

Black with #F138DC

Text Example


Text Example

White with #F138DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138DC; }

 p { color: rgb(241,56,220); }

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

background-color css

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

 a { background-color: rgb(241,56,220); }

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

border-color css

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

 span { border-color: rgb(241,56,220); }

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