Html Css Color HEX #F138E6 Razzle Dazzle Rose

📋 copy color: '#F138E6'

red 241 ◦ green 56 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F138E6

Tints of Razzle Dazzle Rose #F138E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 45.73%
G = 10.63%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F138E6 (or 0xF138E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and E6. RGB value is (241,56,230). Sum of RGB (Red+Green+Blue) = 241+56+230=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F138E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138E6 is #0EC719. Grayscale: #828282. Windows color (decimal): -968474 or 15087857. OLE color: 15087857.

HSL color Cylindrical-coordinate representation of color #F138E6: hue angle of 303.57º 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 #F138E6 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 230 -
CMYK 0 0.77 0.05 0.05
HSL 303.57º 0.87% 0.58% -
HSV(B) 303.57º 0.77% 0.95% -
XYZ 51.97 27.24 77.38 -
YUV 131.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 241 56 230 0 0.77 0.05 0.05 303.57 0.87 0.58
Hex F1 38 E6 0 4D 5 5 130 57 3A
Octal 361 70 346 0 115 5 5 460 127 72
Binary 11110001 111000 11100110 0 1001101 101 101 100110000 1010111 111010

Color Harmonies of #F138E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138E6

Black with #F138E6

Text Example


Text Example

White with #F138E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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