Html Css Color HEX #F138CB Razzle Dazzle Rose

📋 copy color: '#F138CB'

red 241 ◦ green 56 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F138CB

Tints of Razzle Dazzle Rose #F138CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 48.2%
G = 11.2%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F138CB (or 0xF138CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 38 and CB. RGB value is (241,56,203). Sum of RGB (Red+Green+Blue) = 241+56+203=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F138CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138CB is #0EC734. Grayscale: #7F7F7F. Windows color (decimal): -968501 or 13318385. OLE color: 13318385.

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

Color convert

RGB 241 56 203 -
CMYK 0 0.77 0.16 0.05
HSL 312.32º 0.87% 0.58% -
HSV(B) 312.32º 0.77% 0.95% -
XYZ 48.47 25.84 58.93 -
YUV 128.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 241 56 203 0 0.77 0.16 0.05 312.32 0.87 0.58
Hex F1 38 CB 0 4D 10 5 138 57 3A
Octal 361 70 313 0 115 20 5 470 127 72
Binary 11110001 111000 11001011 0 1001101 10000 101 100111000 1010111 111010

Color Harmonies of #F138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F138CB

Black with #F138CB

Text Example


Text Example

White with #F138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F138CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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